Skip to content

P_Aml_Editor_Plugin_Contracts_IAMLEditorExternalsPlugin_IsExternalsViewer

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorExternalsPlugin.IsExternalsViewer Property

AutomationML Editor

Gets a value indicating whether this PlugIn is an externals viewer. An external viewer is provided with a selected external data source like a PLCopenXML document or a COLLADA document or any other content. An external viewer can restrict itself to a specific MIME type MIMEType. If any external content is ready to be viewed, the AML Editors calls the ViewExternal(RefURIAttributeType, Stream) or ViewExternal(RefURIAttributeType, String).

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

Syntax

C#

bool IsExternalsViewer { get; }

VB

ReadOnly Property IsExternalsViewer As Boolean
	Get

C++

property bool IsExternalsViewer {
	bool get ();
}

Property Value

Type: Boolean
true if this instance is externals viewer; otherwise, false.

See Also

Reference

IAMLEditorExternalsPlugin Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally