This document is archived and information here might be outdated. Recommended version. |
Builds a scale and returns it as a list.
[Visual Basic .NET] Public Function GetScaleList ( _ ByVal min As Integer, _ ByVal max As Integer, _ ByVal Increment As Integer _ ) As Object
[C#] public object GetScaleList ( int min, int max, int Increment );
[C++]
HRESULT GetScaleList(
long min,
long max,
long Increment
);
[C++]
Parameters min [in]
min is a parameter of type long max [in]
max is a parameter of type long Increment [in]
Increment is a parameter of type long