parseFields() protected static méthode

protected static parseFields ( IfcFlowTerminalType t, List arrFields, int &ipos ) : void
t IfcFlowTerminalType
arrFields List
ipos int
Résultat void
Exemple #1
0
 internal static void parseFields(IfcWasteTerminalType t, List <string> arrFields, ref int ipos)
 {
     IfcFlowTerminalType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcWasteTerminalTypeEnum)Enum.Parse(typeof(IfcWasteTerminalTypeEnum), arrFields[ipos++].Replace(".", ""));
 }