Skip to main content

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

NameTypeDescription
editorNamestringEditor name

Cannot point to null or empty string.

Return value

Exceptions

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionIf null or an empty string is specified for editorName