Visual Signal ExternalBase Class Library Documentation
Intervals Property
VisualSignalVSignal.ExternalBaseTExternalBase..::.DllDataIntervals
API version 1.2.2.0

[This is preliminary documentation and is subject to change.]

Get/Set the interval value of each dimension's coordinate if the coordinate Formats is "Regular". This property is not used if the format is "Indexed".
Declaration Syntax
C#Visual BasicVisual C++
public double[] Intervals { get; set; }
Public Property Intervals As Double()
public:
property array<double>^ Intervals {
	array<double>^ get ();
	void set (array<double>^ value);
}

Assembly: vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)