IModelCreationProvider interface
Namespace: NextDesign.Core.EditingCapabilities
Description
Modeling provider.
If you want to customize what is selected when creating a model, register an implementation object of this interface in the registry.
Affiliation area
Name | Description |
---|---|
EditingCapability | APIs to access EditingCapability. |
Inherit Base
Name | Description |
---|---|
IEditingCapabilityProvider | The underlying interface for the provider. |
Method
Name | Description |
---|---|
GetCreatableClasses | Gets the selections during model creation. If the requested parameter cannot be handled by this provider, return null. |