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.
If the corresponding editor is not found, it returns null.
Depending on the EditorAccessMode specified, the latest model changes may not be synchronized.
Therefore, please note that correct information may not be obtained for editors that have not been displayed since changing the model.

Arguments

NameTypeDescription
editorNamestringEditor name

Null and empty strings cannot be pointed out.

Return value

Exception

NameException classDescription
Invalid argumentExtensionArgumentExceptionIf editorName is set to null or an empty string