Skip to content

P_Aml_Editor_Plugin_Base_PluginBase_IsReadonly

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginBase.IsReadonly Property

AutomationML Editor

Gets a value indicating whether this instance is read only. A Read only PlugIn should not change any CAEX Objects.

Namespace: Aml.Editor.Plugin.Base
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1

Syntax

C#

public abstract bool IsReadonly { get; }

VB

Public MustOverride ReadOnly Property IsReadonly As Boolean
	Get

C++

public:
virtual property bool IsReadonly {
	bool get () abstract;
}

Property Value

Type: Boolean
true if this instance is read only; otherwise, false.

Implements

IAMLEditorPlugin.IsReadonly

See Also

Reference

PluginBase Class
Aml.Editor.Plugin.Base Namespace

Clone this wiki locally