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

IfcElectricTimeControlType() private méthode

private IfcElectricTimeControlType ( DatabaseIfc m, string name, IfcElectricTimeControlTypeEnum type ) : System
m DatabaseIfc
name string
type IfcElectricTimeControlTypeEnum
Résultat System
		internal IfcElectricTimeControlType(DatabaseIfc m, string name, IfcElectricTimeControlTypeEnum type) : base(m) { Name = name; mPredefinedType = type; }
		internal static void parseFields(IfcElectricTimeControlType t, List<string> arrFields, ref int ipos) { IfcFlowControllerType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcElectricTimeControlTypeEnum)Enum.Parse(typeof(IfcElectricTimeControlTypeEnum), arrFields[ipos++].Replace(".", "")); }

Same methods

IfcElectricTimeControlType::IfcElectricTimeControlType ( ) : System
IfcElectricTimeControlType::IfcElectricTimeControlType ( DatabaseIfc db, IfcElectricTimeControlType t ) : System