Exemplo n.º 1
0
 public static string GetAttrForString(NXObject obj, string title, int index)
 {
     try
     {
         return(obj.GetStringUserAttribute(title, index));  //获取属性
     }
     catch
     {
         // LogMgr.WriteLog("获取" + title + "属性函数错误");
         return(" ");
     }
 }