VeriStand .NET API Reference

CompilationEvent.SourceNodePath Property

Gets an array that represents a path from the RootNode to the node that is the source of the compilation event. The path is represented through successive indices in the array, starting at the RootNode of the RealTimeSequence.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public ReadOnly Property SourceNodePath As Integer()
C#
public int[] SourceNodePath { get; }
Visual C++
public:
property array<int>^ SourceNodePath {
	array<int>^ get ();
}

Property Value

An array representing the path from the RootNode to the node that is the source of the compilation event.

See Also

Log in to get a better experience