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
Name | Type | Description |
---|---|---|
editorName | string | Editor name Null and empty strings cannot be pointed out. |
Return value
Exception
Name | Exception class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If editorName is set to null or an empty string |