View attributes for the Plug-in Manager. You can use these attributes when extending the functionality of the Plug-in Manager via its custom menu hooks. Use of these attributes are demonstrated extensively inside the PluginTreeActions plug-in (installed under the <factory>\Addons\sdkui\Application\Plugins folder). Not all attributes support both View.GetAttributeValue and View.SetAttributeValue. Check the third column in the table.
|
Attribute Name |
Description |
Supports |
|
targetcontent |
The currently selected file or directory in the plug-in. For example if the SPDL tab is active and a SPDL file is selected, then the complete path to the SPDL file will be returned. If more than one item is selected, only the first item in the list is returned. Possible Values: • <a string> A valid path to a file or directory |
• Get |
|
pluginitem |
Provides information about which specific PluginItem is selected in the Plug-in Manager. This is additional information to supplement the filepath returned by the targetcontent attribute. Note: The attribute returns an empty string when the selection is not a plug-in item. Possible Values: • <a string> Name and type of the PluginItem, encoded as TYPE::NAME, for example "Property::PSetUIDemo" |
• Get |
|
refresh |
Forces the plug-in manager to rebuild its list of plug-ins. This only impacts the currently active tab. Possible Values: • <any value> The value is ignored |
• Set |
|
activetab |
Gets or sets the currently active tab of the Plug-in Manager.. For example Workgroups, Tree, SPDLs. Note: This property is always in English, even when the user interface is set to a different language. Possible Values: • <a string> Name of the tab |
• Get • Set |
![]()
|
See View Attributes for a complete list of types of attributes that you can use when customizing your Relational Views. |
Autodesk Softimage v7.5