parseFields() protected static method

protected static parseFields ( IfcFlowFittingType t, List arrFields, int &ipos ) : void
t IfcFlowFittingType
arrFields List
ipos int
return void
Ejemplo n.º 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(".", ""));
 }