PlugIn Properties |
The PlugIn type exposes the following members.
Name | Description | |
---|---|---|
AddToHelpMenu |
Called by Rhino to determine if the plug-in name should be added to the Rhino Help/Plug-ins menu.
| |
AskOnLoadProtection |
If true, Rhino will display a warning dialog when load-protected plug-ins are attempting to load.
If false, load-protected plug-ins will silently not load.
| |
Assembly | Source assembly for this plug-in. | |
Description |
Returns the description of the plug-in, as found in the plug-in's assembly attributes.
| |
Id |
Returns the Guid, or unique Id, of the plug-in.
| |
InstalledPlugInCount |
Returns the number of installed Rhino plug-ins.
| |
LicenseId | ||
LoadAtStartup | Obsolete. | |
LoadTime |
Plug-ins are typically loaded on demand when they are first needed. You can change
this behavior to load the plug-in at during different stages in time by overriding
this property.
| |
LocalPlugInName |
Optionally override this to provide a localized plug-in name
| |
Name |
Returns the name of the plug-in, as found in the plug-in's assembly attributes.
| |
Settings |
Persistent plug-in settings.
| |
SettingsDirectory |
Get the plug-in's settings directory. This is the directory where the plug-in's persistent settings files are saved.
This directory will be located in the user's profile folder.
Note, this does not verify the directory exists.
| |
SettingsDirectoryAllUsers |
Get the plug-in's "all users" settings directory.
This directory will be located in the system's program data folder.
Note, this does not verify the directory exists.
| |
Version |
Returns the version of the plug-in, as found in the plug-in's assembly attributes.
| |
WindowPositionSettings |