Table of Contents

Property ElementID

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

ElementID

Gets the ID of the element that triggered this QAction execution.

int ElementID { get; }

Property Value

int

The element ID.

Examples

int elementId = protocol.ElementID;