GeometryGym.Ifc.IfcElectricGeneratorType.IfcElectricGeneratorType C# (CSharp) 메소드

IfcElectricGeneratorType() 개인적인 메소드

private IfcElectricGeneratorType ( DatabaseIfc db, IfcElectricGeneratorType t ) : System
db DatabaseIfc
t IfcElectricGeneratorType
리턴 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