Skip to main content

IModelEditorSelectionProvider interface

Namespace: NextDesign.Core.EditingCapabilities

Description

Editor selection provider.
If you want to customize the sub-editor inspectors that can be displayed for your model, register an implementation object of this interface with the registry.

Affiliation area

NameDescription
EditingCapabilityAPIs to access EditingCapability.

Inherit Base

NameDescription
IEditingCapabilityProviderThe underlying interface for the provider.

Method

NameDescription
GetCategoriesGets a response object with category information for the editor. Returns null if the requested parameter cannot be handled by this provider.
GetModelGets the model to display for the category selection.
If the requested parameter cannot be handled by this provider, return null.