Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><a href="http://usa.autodesk.com/adsk/servlet/index?siteID=123112&amp;id=770257" rel="nofollow">RealDWG</a> is what you need.</p> <p>In RealDWG documentation:</p> <p><em>The basic steps to set up a .NET solution using Visual Studio and the ObjectARX managed wrappers are the same whether you use Microsoft Visual C# .NET or Visual Basic .NET.</em></p> <p><strong>To begin using the ObjectARX managed wrappers with Microsoft Visual Studio</strong></p> <ol> <li>In Visual Studio .NET, create a class library solution and project.</li> <li>Select Add Reference from the Project menu or Solution Explorer.</li> <li>Browse to the \inc directory of the ObjectARX SDK and select acdbmgd.dll and acmgd.dll.</li> <li>In the main class file, add the namespaces you will use.</li> </ol> <p>For example, in C#:</p> <pre><code>using Autodesk.AutoCAD.ApplicationServices; using Autodesk.AutoCAD.DatabaseServices; using Autodesk.AutoCAD.Runtime; </code></pre> <p>In VB .NET:</p> <pre><code>Imports Autodesk.AutoCAD.ApplicationServices Imports Autodesk.AutoCAD.DatabaseServices Imports Autodesk.AutoCAD.RuntimeThe </code></pre> <p>ObjectARX SDK provides .NET samples in the \samples\dotNet directory.</p> <p>Topics in this section</p> <ul> <li>Defining AutoCAD Commands in Managed Applications</li> <li>Defining Methods That Can Be Called From AutoLISP</li> <li>Using Instance and Static Command Methods</li> <li>Loading Managed Applications in AutoCAD</li> <li>Managing Exceptions in Managed Applications</li> <li>Using Transactions in Managed Applications</li> <li>Using the ResultBuffer Type</li> <li>Managing Selection Sets</li> <li>User Interface Access with Managed Classes</li> <li>Using Managed Application Initialization and Load-Time Optimization</li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload