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

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

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