GeometryGym.Ifc.IfcEnergyConversionDevice.parseFields C# (CSharp) Méthode

parseFields() static private méthode

static private parseFields ( IfcEnergyConversionDevice d, List arrFields, int &ipos ) : void
d IfcEnergyConversionDevice
arrFields List
ipos int
Résultat void
		internal static void parseFields(IfcEnergyConversionDevice d, List<string> arrFields, ref int ipos) { IfcDistributionFlowElement.parseFields(d, arrFields, ref ipos); }
		internal new static IfcEnergyConversionDevice Parse(string strDef) { IfcEnergyConversionDevice d = new IfcEnergyConversionDevice(); int ipos = 0; parseFields(d, ParserSTEP.SplitLineFields(strDef), ref ipos); return d; }