RESPONDER UNA PREGUNTA

Si para responder la pregunta, crees necesario enviar un archivo adjunto, puedes hacerlo a traves del correo [email protected]

    Pregunta:  63651 - PROGRAMAR EN AUTOCAD MAP
Autor:  Antonia Manzano
Mi pregunta es como poder acceder a las clases que están definidas en unas dll que trae autocad map y no se como introducirlas en el programa para poder usar las clases en el código.
En la ayuda habla de tres dll que hay que sacar si quieres programar en visual studio 2005 y los clases que contienen las mismas pero cuando estás programando desde dentro de autocad map no se como sacarlas.
No se si esto puede servir de ayuda:

The AutoCAD® Map 3D 2008 .NET API provides access to AutoCAD Map 3D functionality so you can modify and extend it for your own purposes. The API can be used by any .NET language.

The snippets in this guide are mainly in VB.NET, but most samples are available in VB.NET, C#, and C++.

Some of the short snippets in this guide write to the AutoCAD Map 3D console. Ensure that the console is visible. Press CTRL+9 to display the or hide console.

Namespaces

The Autodesk.Gis.Map namespace contains the .NET classes for AutoCAD Map 3D. Some of the general-purpose classes are defined directly within the top-level Autodesk.Gis.Map namespace, but most are grouped into lower-level namespaces below Autodesk.Gis.Map.

For the sake of cleaner code, all examples within this guide will assume the following Imports:

Imports Autodesk.Gis.Map
Imports Autodesk.AutoCAD.DatabaseServices
Imports Autodesk.AutoCAD.ApplicationServices
In this guide, objects from namespaces within Autodesk.Gis.Map are partially qualified. For example, the Table class in the Autodesk.Gis.Map.ObjectData namespace is generally given as ObjectData.Table. This makes it simple to find the class details in the API Reference.

Certain chapters may define additional imports. For example, the chapter about Object Data defines

Imports Autodesk.Gis.Map.ObjectData

Gracias por la ayuda


Nombre
Apellidos
Correo
Comentarios