-
Notifications
You must be signed in to change notification settings - Fork 4
M_Aml_Editor_Plugin_Base_PluginBase_ChangeSelectedObject
AutomationML edited this page Jun 24, 2019
·
1 revision
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.Base
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1
C#
public abstract void ChangeSelectedObject(
CAEXBasicObject selectedObject
)VB
Public MustOverride Sub ChangeSelectedObject (
selectedObject As CAEXBasicObject
)C++
public:
virtual void ChangeSelectedObject(
CAEXBasicObject^ selectedObject
) abstract
- selectedObject
- Type: CAEXBasicObject
The selected CAEX - object.
The AutomationML Editor PlugIn Implementation Guide
Copyright © AutomationML e.V. 2018
Send comments on this topic to AutomationML office.
- AutomationML Editor API Reference Guide
- Version History
-
AutomationML Editor Plugin Development
- PluginBase Class
- DockPositionEnum Enumeration
- IAMLEditorExternalsPlugin Interface
- IAMLEditorPlugin Interface
- IAMLEditorPluginMetadata Interface
- IAMLEditorView Interface
- IAMLEditorViewCollection Interface
- INotifyAMLDocumentLoad Interface
- INotifyViewActivation Interface
- ISupportsSelection Interface
- IToolBarIntegration Interface
- PluginCommand Class
- PluginCommandsEnum Enumeration
- Aml.Editor.Plugin.Contracts.Commanding Namespace