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

IfcElectricTimeControlType() private méthode

private IfcElectricTimeControlType ( DatabaseIfc db, IfcElectricTimeControlType t ) : System
db DatabaseIfc
t IfcElectricTimeControlType
Résultat System
		internal IfcElectricTimeControlType(DatabaseIfc db, IfcElectricTimeControlType t) : base(db, t) { mPredefinedType = t.mPredefinedType; }
		internal IfcElectricTimeControlType(DatabaseIfc m, string name, IfcElectricTimeControlTypeEnum type) : base(m) { Name = name; mPredefinedType = type; }

Same methods

IfcElectricTimeControlType::IfcElectricTimeControlType ( ) : System
IfcElectricTimeControlType::IfcElectricTimeControlType ( DatabaseIfc m, string name, IfcElectricTimeControlTypeEnum type ) : System