コード例 #1
0
ファイル: Graph.cs プロジェクト: airmay/CAM
 public static string GetDesc(this ObjectId id)
 {
     if (id.IsErased)
     {
         Acad.RecoveryObject(id);
     }
     return(ObjectPropertyManagerProperties.GetDisplayName(id));
 }