ModelCreatableResult interface
Namespace: NextDesign.Core.EditingCapabilities
Description
An object that represents the result of a selection to make when building a model.
Next Design uses this result object to build the selection.
Affiliation area
| Name | Description |
|---|---|
| EditingCapability | APIs to access EditingCapability. |
Inherit Base
| Name | Description |
|---|---|
| ResultBase | This is the base class of the parameter object used by the editing support function. |
Property
| Name | Description |
|---|---|
| this | Class candidate list (indexer) that can be added by the specified field |
Method
| Name | Description |
|---|---|
| AddCreatableClasses | Adds a class candidate list with the specified field. |
| GetCreatableClasses | Gets a list of class candidates for the specified field. |
| RemoveCreatableClasses | Removes the class candidate list for the specified field. |