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