GeometryGym.Ifc.IfcFlowTreatmentDeviceType.parseFields C# (CSharp) Méthode

parseFields() protected static méthode

protected static parseFields ( IfcFlowTreatmentDeviceType t, List arrFields, int &ipos ) : void
t IfcFlowTreatmentDeviceType
arrFields List
ipos int
Résultat void
        protected static void parseFields(IfcFlowTreatmentDeviceType t, List<string> arrFields, ref int ipos)
        {
            IfcDistributionFlowElementType.parseFields(t, arrFields, ref ipos);
        }

Usage Example

Exemple #1
0
 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(".", ""));
 }