Skip to content

P_Aml_Editor_Plugin_Contracts_Commanding_GetCAEXFileCommandArguments_CaexFile

AutomationML edited this page Jun 24, 2019 · 1 revision

GetCAEXFileCommandArguments.CaexFile Property

AutomationML Editor

Gets the CAEX file of the current opened AML file. If no file is currently edited, the value is null.

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

Syntax

C#

public CAEXFileType CaexFile { get; set; }

VB

Public Property CaexFile As CAEXFileType
	Get
	Set

C++

public:
property CAEXFileType^ CaexFile {
	CAEXFileType^ get ();
	void set (CAEXFileType^ value);
}

Property Value

Type: CAEXFileType

See Also

Reference

GetCAEXFileCommandArguments Class
Aml.Editor.Plugin.Contracts.Commanding Namespace

Clone this wiki locally