Skip to main content

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

NameDescription
EditingCapabilityA group of APIs to access EditingCapability.

Inherit Base

NameDescription
ResultBaseBase class of parameter object used in the assistive editing function.

Property

NameDescription
thisList of class candidates that can be added in the specified field (indexer)

Method

NameDescription
AddCreatableClassesAdds a list of class candidates in the specified field.
GetCreatableClassesGets a list of class candidates for a specified field.
RemoveCreatableClassesRemoves a list of class candidates for a specified field.