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

IfcElectricGeneratorType() private méthode

private IfcElectricGeneratorType ( DatabaseIfc db, IfcElectricGeneratorType t ) : System
db DatabaseIfc
t IfcElectricGeneratorType
Résultat System
		internal IfcElectricGeneratorType(DatabaseIfc db, IfcElectricGeneratorType t) : base(db,t) { mPredefinedType = t.mPredefinedType; }
		internal static void parseFields(IfcElectricGeneratorType t, List<string> arrFields, ref int ipos) { IfcEnergyConversionDeviceType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcElectricGeneratorTypeEnum)Enum.Parse(typeof(IfcElectricGeneratorTypeEnum), arrFields[ipos++].Replace(".", "")); }

Same methods

IfcElectricGeneratorType::IfcElectricGeneratorType ( ) : System