This document is archived and information here might be outdated. Recommended version. |
The interval.
[Visual Basic .NET] Public Property Interval As Double
[C#] public double Interval {get; set;}
[C++]
HRESULT get_Interval(
System.Double* Interval
);
[C++]
HRESULT put_Interval(
double Interval
);
[C++]
Parameters Interval [out, retval]
Interval is a parameter of type double* Interval [in]
Interval is a parameter of type double