Autodesk.AutoCAD.DatabaseServices Namespace
Background Information On Some Of The Namespaces and Classes Used In This Sample
Autodesk.Gis.Map.MapApplication Class
Autodesk.Gis.Map.HostMapApplicationServices Class
This is a helper class used to access the MapApplication object. You can access
this object using the following code: using
Autodesk.Gis.Map; MapApplication application = HostMapApplicationService.Application;