|
|
The PluginAttribute type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
DeveloperId |
The 4 character ADN developer code or a GUID. The combination of this and Name should make the plugin unique
|
|
|
DisplayName |
Text to display in the Navisworks GUI
|
|
|
ExtendedToolTip |
The extended tooltip to display when the Plugin is highlighted in the Navisworks GUI
|
|
|
Name |
The name of the Plugin. The combination of this and DeveloperId should make the plugin unique
|
|
|
Options |
Options that modify how a plugin behaves
|
|
|
SupportsIsSelfEnabled |
Determines if Plugin.IsSelfEnabled will be called.
|
|
|
ToolTip |
The tooltip to display when the Plugin is highlighted in the Navisworks GUI
|
|
|
TypeId |
When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |