GeometryGym.Ifc.IfcInterceptorType.parseFields C# (CSharp) 메소드

parseFields() 정적인 개인적인 메소드

static private parseFields ( IfcInterceptorType t, List arrFields, int &ipos ) : void
t IfcInterceptorType
arrFields List
ipos int
리턴 void
        internal static void parseFields(IfcInterceptorType t, List<string> arrFields, ref int ipos)
        {
            IfcFlowTreatmentDeviceType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcInterceptorTypeEnum)Enum.Parse(typeof(IfcInterceptorTypeEnum), arrFields[ipos++].Replace(".", ""));
        }