IfcDoc.Schema.SEntity.SEntity C# (CSharp) Method

SEntity() public method

public SEntity ( ) : System
return System
        public SEntity()
        {
            if (SEntity.EntityCreated != null)
            {
                SEntity.EntityCreated(this, EventArgs.Empty);
            }
        }