Skip to main content

ModelEditorCategory interface

Namespace: NextDesign.Core.EditingCapabilities

Description

Editor category information.

Affiliation area

NameDescription
EditingCapabilityAPIs to access EditingCapability.

Property

NameDescription
DisplayNameDisplay name
DisplayOrderDisplay 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
IconStream of icons to display

If null, display the default icon.
IdA 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".
IsDefaultIs 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".