DocumentCollectionExtension Class |
Provides extension methods for the DocumentCollection type.
Inheritance HierarchySystemObject Gile.AutoCAD.R20.ExtensionDocumentCollectionExtension
Namespace:
Gile.AutoCAD.R20.Extension
Assembly:
Gile.AutoCAD.R20.Extension (in Gile.AutoCAD.R20.Extension.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static class DocumentCollectionExtension
<ExtensionAttribute>
Public NotInheritable Class DocumentCollectionExtension
[ExtensionAttribute]
public ref class DocumentCollectionExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type DocumentCollectionExtension = class end
The DocumentCollectionExtension type exposes the following members.
Methods
| Name | Description |
---|
  | InvokeAsCommandAsync |
Invokes an action in the document context that can be safely called from the application context.
Credit: Tony Tanzillo.
|
Top
See Also