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

parseFields() protected static method

protected static parseFields ( IfcExternalInformation r, List arrFields, int &ipos ) : void
r IfcExternalInformation
arrFields List
ipos int
return void
		protected static void parseFields(IfcExternalInformation r, List<string> arrFields, ref int ipos) { }
	}