GeometryGym.Ifc.IfcElectricTimeControlType.IfcElectricTimeControlType C# (CSharp) Method

IfcElectricTimeControlType() private method

private IfcElectricTimeControlType ( DatabaseIfc db, IfcElectricTimeControlType t ) : System
db DatabaseIfc
t IfcElectricTimeControlType
return 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