GeometryGym.Ifc.IfcEvent.IfcEvent C# (CSharp) Méthode

IfcEvent() private méthode

private IfcEvent ( ) : System
Résultat System
		internal IfcEvent() : base() { }
		internal IfcEvent(DatabaseIfc db, IfcEvent e) : base(db,e) { mPredefinedType = e.mPredefinedType; mEventTriggerType = e.mEventTriggerType; mUserDefinedEventTriggerType = e.mUserDefinedEventTriggerType; }

Same methods

IfcEvent::IfcEvent ( DatabaseIfc db, IfcEvent e ) : System