IModel.GetEditor method
Namespace: NextDesign.Core
Description
Gets the editor with the specified name that corresponds to this instance.
This method evaluates IContextOption.EditorAccessMode.
Returns null if no such editor is found.
The latest model changes are not synchronized depending on the EditorAccessMode specified.
Therefore, please note that the correct information may not be obtained with an editor etc. that has not been displayed even once after changing the model.
argument
Name | Type | Description |
---|---|---|
editorName | string | Editor name Cannot point to null or empty string. |
Return value
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null or an empty string is specified for editorName |