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

parseFields() protected static method

protected static parseFields ( IfcFlowStorageDeviceType t, List arrFields, int &ipos ) : void
t IfcFlowStorageDeviceType
arrFields List
ipos int
return void
        protected static void parseFields(IfcFlowStorageDeviceType t, List<string> arrFields, ref int ipos)
        {
            IfcDistributionFlowElementType.parseFields(t, arrFields, ref ipos);
        }