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

parseFields() static private méthode

static private parseFields ( IfcExternallyDefinedSurfaceStyle f, List arrFields, int &ipos ) : void
f IfcExternallyDefinedSurfaceStyle
arrFields List
ipos int
Résultat void
		internal static void parseFields(IfcExternallyDefinedSurfaceStyle f, List<string> arrFields, ref int ipos) { IfcExternalReference.parseFields(f, arrFields, ref ipos); }
	}