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

parseFields() защищенный статический Метод

protected static parseFields ( IfcExternalSpatialStructureElement s, List arrFields, int &ipos ) : void
s IfcExternalSpatialStructureElement
arrFields List
ipos int
Результат void
		protected static void parseFields(IfcExternalSpatialStructureElement s, List<string> arrFields, ref int ipos) { IfcSpatialElement.parseFields(s, arrFields, ref ipos); }
	}
IfcExternalSpatialStructureElement