Skip to content
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.

T_AMLEngineExtensions_AutomationMLClipboard

AutomationML edited this page Feb 23, 2017 · 2 revisions

AutomationMLClipboard Class

Class AutomationMLClipboard provides Method to copy and paste caex nodes. With the provided methods it is possible, to exchange caex nodes between different documents or even between different applications.

Inheritance Hierarchy

System.Object
  AMLEngineExtensions.AutomationMLClipboard
Namespace: AMLEngineExtensions
Assembly: AMLEngineExtensions (in AMLEngineExtensions.dll) Version: 3.5

Syntax

C#

public static class AutomationMLClipboard

C++

[ExtensionAttribute]
public ref class AutomationMLClipboard abstract sealed

The AutomationMLClipboard type exposes the following members.

Methods

 

Name Description
Public methodStatic member CopyToClipboard Copies the XML node's outer xml text to the clipboard. The Data format string is set to "CAEX".
Public methodStatic member PasteFromClipboard Pastes from clipboard creates a new CAEXObject from data, which is found in the clipboard, if the data format string is "CAEX" CopyToClipboard(CAEXBasicObject). The caex object is created in it's own xml document. For insertion in a document structure, it has to be imported in the caex document first.
  Back to Top

See Also

Reference

AMLEngineExtensions Namespace

  • Introduction
  • [Version History](Version history)
    • [Version 3.5](Version 3.4)
    • [Version 3.1](Version 3.0)
    • [Version 2.1](Version 2.1)
    • [Version 2.0](Version 2.0)
  • [Getting Started](Getting started)
  • Examples
  • AMLEngine API
BEST Practice Content

Extensions

CAEX Elements

AutomationML

Utilities

Interfaceclasses

Exceptions

Objecttables and Document validation

Clone this wiki locally