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

parseFields() static private méthode

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