GeometryGym.Ifc.IfcVirtualElement.parseFields C# (CSharp) Метод

parseFields() статический приватный Метод

static private parseFields ( IfcVirtualElement e, List arrFields, int &ipos ) : void
e IfcVirtualElement
arrFields List
ipos int
Результат void
		internal static void parseFields(IfcVirtualElement e, List<string> arrFields, ref int ipos) { IfcElement.parseFields(e, arrFields, ref ipos); }
	}