Skip to content

M_Aml_Editor_Plugin_Contracts_IAMLEditorPlugin_ChangeSelectedObject

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorPlugin.ChangeSelectedObject Method

AutomationML Editor

Changes the selected object. The Host Application will call this method when the PlugIns IsReactive Property is set to true and the Current Selection changes in the AMLEditor Host Application.

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

Syntax

C#

void ChangeSelectedObject(
	CAEXBasicObject selectedObject
)

VB

Sub ChangeSelectedObject ( 
	selectedObject As CAEXBasicObject
)

C++

void ChangeSelectedObject(
	CAEXBasicObject^ selectedObject
)

Parameters

 

selectedObject
Type: CAEXBasicObject
The selected CAEX - object.

See Also

Reference

IAMLEditorPlugin Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally