|
![]() |
The FileProtocolPluginRecord type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DeveloperId |
Gets the 4 character ADN developer code or a GUID. The combination of this and Name should make the plugin unique (Inherited from PluginRecord.) |
![]() |
DisplayName |
Text to display in the Navisworks GUI.
(Inherited from PluginRecord.) |
![]() |
ExtendedToolTip |
Extended Tooltip to display when the Plugin is highlighted in the Navisworks GUI
(Inherited from PluginRecord.) |
![]() |
HasAttemptedCreate |
Determines if an attempt has been made to create the Plugin.
(Inherited from PluginRecord.) |
![]() |
HasFailedCreate |
Determines if an attempt has been made to create the plugin, and it has failed.
(Inherited from PluginRecord.) |
![]() |
HasFailedIsSelfEnabled |
Where SupportsIsSelfEnabled is true then the plugin
will be created early and IsSelfEnabled
will be called to determine the result.
Will return false if the plugin could not be created to make the call.
(Inherited from PluginRecord.) |
![]() |
Id |
The full identifier for the plugin. This is formed as
Name.DeveloperId (Inherited from PluginRecord.) |
![]() |
InterfaceRecords |
Returns a collection of InterfaceRecords that declare which interfaces we support
(Inherited from PluginRecord.) |
![]() |
IsEnabled |
Gets whether the Plugin is currently enabled for use or not. (Inherited from PluginRecord.) |
![]() |
IsLoaded |
Gets whether the Plugin is currently loaded (Inherited from PluginRecord.) |
![]() |
LoadedPlugin | |
![]() |
Name |
Gets the name of the Plugin. The combination of this and DeveloperId should make the plugin unique (Inherited from PluginRecord.) |
![]() |
PluginOptions |
Gets flags for how plugins run (Inherited from PluginRecord.) |
![]() |
SupportsIsSelfEnabled |
Determines if IsSelfEnabled will be called. (Inherited from PluginRecord.) |
![]() |
ToolTip |
Tooltip to display when the Plugin is highlighted in the Navisworks GUI
(Inherited from PluginRecord.) |