Skip to main content

ResultBase Interface

Namespace: NextDesign.Core.EditingCapabilities

Description

Base class for parameter objects used in the editing support function.

Belonging area

NameDescription
EditingCapabilityA group of APIs to access EditingCapability.

Derived from

NameDescription
ModelReferableResultAn object that represents the result of the selection when referencing a model.

Next Design uses this result object to construct the selection.
ModelRelateResultAn object that represents the result of whether or not a model can be related.

Next Design uses this result object to determine whether or not the relationship can be related.

*Even if you set CapabilityResults.Fail to this result, it will not result in an error, and will be treated the same as CapabilityResults.Ignore.
ModelEditorCategoriesResultAn object that represents the results of retrieving category information for the editor.

*Setting CapabilityResults.Fail to this result will not result in an error, and will be treated the same as CapabilityResults.Ignore.
ModelCreatableResultAn object that represents the results of the selections made when creating a model.

Next Design uses this result object to build the selections.

*Setting CapabilityResults.Fail to this result will not result in an error, and the selections made when creating a model will be empty.
ModelEditorSelectionResultAn object that represents the model acquisition result to be displayed for the selection of category information.

※Even if you set this result to CapabilityResults.Fail, it will not result in an error, and will be treated the same as CapabilityResults.Ignore.

Property

NameDescription
ErrorMessageError message
ResultProvider processing result
※The default value is "Success"