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

parseFields() protected static méthode

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

Usage Example

Exemple #1
0
 internal static void parseFields(IfcJunctionBoxType t, List <string> arrFields, ref int ipos)
 {
     IfcFlowFittingType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcJunctionBoxTypeEnum)Enum.Parse(typeof(IfcJunctionBoxTypeEnum), arrFields[ipos++].Replace(".", ""));
 }