ObjectARX SDK for c#
问题 For last two days I have looking for sample code with steps which may help me to understand the Autocad API. so I can use the code in C#. [CommandMethod("LISTGEn")] public static void ListEntities() { Document acDoc = Autodesk.AutoCAD.ApplicationServices.Core.Application.DocumentManager.MdiActiveDocument; Database acCurDb = acDoc.Database; using (Transaction acTrans = acCurDb.TransactionManager.StartTransaction()) { // Open the Block table record for read BlockTable acBlkTbl; acBlkTbl =