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

parseFields() protected static méthode

protected static parseFields ( IfcElementComponentType t, List arrFields, int &ipos ) : void
t IfcElementComponentType
arrFields List
ipos int
Résultat void
		protected static void parseFields(IfcElementComponentType t, List<string> arrFields, ref int ipos) { IfcElementType.parseFields(t, arrFields, ref ipos); }
	}