예제 #1
0
파일: Graph.cs 프로젝트: airmay/CAM
 public static string GetDesc(this ObjectId id)
 {
     if (id.IsErased)
     {
         Acad.RecoveryObject(id);
     }
     return(ObjectPropertyManagerProperties.GetDisplayName(id));
 }