ModelCreatableResult Interface
Namespace: NextDesign.Core.EditingCapabilities
Description
An object that represents the results of the selections made when creating a model.
Next Design uses this result object to construct the selections.
※Even if you set CapabilityResults.Fail to this result, it will not result in an error, and the selections made when creating a model will be empty.
Belonging Area
Name | Description |
---|---|
EditingCapability | A group of APIs to access EditingCapability. |
Inherit Base
Name | Description |
---|---|
ResultBase | Base class of parameter object used in the assistive editing function. |
Property
Name | Description |
---|---|
this | List of class candidates that can be added in the specified field (indexer) |
Method
Name | Description |
---|---|
AddCreatableClasses | Adds a list of class candidates in the specified field. |
GetCreatableClasses | Gets a list of class candidates for a specified field. |
RemoveCreatableClasses | Removes a list of class candidates for a specified field. |