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

parseFields() static private méthode

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