GeometryGym.Ifc.IfcEquipmentElement.parseFields C# (CSharp) Method

parseFields() static private method

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