parseFields() 보호된 정적인 메소드

protected static parseFields ( IfcFlowControllerType t, List arrFields, int &ipos ) : void
t IfcFlowControllerType
arrFields List
ipos int
리턴 void
예제 #1
0
 internal static void parseFields(IfcValveType t, List <string> arrFields, ref int ipos)
 {
     IfcFlowControllerType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcValveTypeEnum)Enum.Parse(typeof(IfcValveTypeEnum), arrFields[ipos++].Replace(".", ""));
 }