This document covers the following topics:
Collection of the currently installed plug-ins.
The following properties are available:
Used to navigate to the parent interface of this interface.
Natural Data Format | Variant Type | Remark |
---|---|---|
HANDLE OF OBJECT | VT_DISPATCH (INatAutoStudio) | Get only |
Used to navigate to the root interface.
Natural Data Format | Variant Type | Remark |
---|---|---|
HANDLE OF OBJECT | VT_DISPATCH (INatAutoStudio) | Get only |
The number of installed plug-ins.
Natural Data Format | Variant Type | Remark |
---|---|---|
I4 | VT_I4 | Get only |
The following method is available:
Returns a specific plug-in from the collection.
Name | Natural Data Format | Variant Type | Remark |
---|---|---|---|
Return value | HANDLE OF OBJECT | VT_DISPATCH (INatAutoPlugIn) | |
Index |
I4 |
VT_I4 |
- Return value
The plug-in identified by the value specified in Index.
- Index
Identifies a specific plug-in in the collection. This can be either the index of the plug-in in the collection (a value between 1 and Count) or the Plug-in ID (the value of the ID property of the corresponding
INatAutoPlugIn
object).