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

parseFields() static private méthode

static private parseFields ( GeometryGym.Ifc.IfcCivilElement e, List arrFields, int &ipos ) : void
e GeometryGym.Ifc.IfcCivilElement
arrFields List
ipos int
Résultat void
		internal static void parseFields(IfcCivilElement e, List<string> arrFields, ref int ipos) { IfcElement.parseFields(e, arrFields, ref ipos); }
	}