IfcDoc.Schema.SEntity.SEntity C# (CSharp) Méthode

SEntity() public méthode

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