ModelEditorCategory interface
Namespace: NextDesign.Core.EditingCapabilities
Description
Editor category information.
Affiliation area
Name | Description |
---|---|
EditingCapability | APIs to access EditingCapability. |
Property
Name | Description |
---|---|
DisplayName | Display name |
DisplayOrder | Display order of options in this category The display order of options in existing menus is as follows: value. - "Manual"...100.0 - "Detail"...200.0 - "Input (Deep Blue)"...300.0 - "Output"...400.0 - " Same as main "…500.0 |
Icon | Stream of icons to display If null, display the default icon. |
Id | A unique Id that identifies the category NextDesign recognizes the category selection by this value To do. This should be a GUID value or a unique name, such as "MyExtension.CategoryX". |
IsDefault | Is this the default choice? If it can no longer be maintained or if you change the configuration of the menu while "Detail" is selected in an existing menu initially select the first category for which this property returns true. . If there are no categories for which this property returns true, select "Detail". |