IApplication Interface Reference

Acmx.Acad.Connectivity application interface. More...

List of all members.

Properties

IDocumentsCollection Documents
 Documents wrappers container.
IApplicationExtentionsDictionary Extentions
 Application extentions container.


Detailed Description

Acmx.Acad.Connectivity application interface.

Plays the next roles: 1) An Acad application wrapper. Adapts Autodesk.AutoCAD.Interop.AcadApplication object. 2) An application tree root (its`children are documents, layouts etc. wrappers). 3) A set of its own extentions This interface is obtained the next way:

--usings
            using Acmx.Acad.Connectivity.Public.Interfaces.ApplicationModel;
            using Acmx.Acad.Connectivity.Public.Classes.ApplicationModel;
--getting the interface
            IApplication iapp =ApplicationProvider.Instance.Get();


Property Documentation

IDocumentsCollection Documents [get]
 

Documents wrappers container.

IApplicationExtentionsDictionary Extentions [get]
 

Application extentions container.


Generated on Sun May 28 08:56:23 2006 for Acmx.AcadConnectivity documentation by  doxygen 1.4.5