VeriStand .NET API Reference

Counter.IndexCounter Property

Gets or sets the index of the counter within the frame.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overridable Property IndexCounter As Integer
C#
public virtual int IndexCounter { get; set; }
Visual C++
public:
virtual property int IndexCounter {
	int get ();
	void set (int value);
}

Property Value

The index of the counter.

See Also

Log in to get a better experience