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

IfcEvent() private méthode

private IfcEvent ( DatabaseIfc db, IfcEvent e ) : System
db DatabaseIfc
e IfcEvent
Résultat System
		internal IfcEvent(DatabaseIfc db, IfcEvent e) : base(db,e) { mPredefinedType = e.mPredefinedType; mEventTriggerType = e.mEventTriggerType; mUserDefinedEventTriggerType = e.mUserDefinedEventTriggerType; }
		internal static void parseFields(IfcEvent e, List<string> arrFields, ref int ipos)

Same methods

IfcEvent::IfcEvent ( ) : System