This document is archived and information here might be outdated. Recommended version. |
The scale increment.
[Visual Basic .NET] Public Property Increment As Integer
[C#] public int Increment {get; set;}
[C++]
HRESULT get_Increment(
System.Int32* Increment
);
[C++]
HRESULT put_Increment(
long Increment
);
[C++]
Parameters Increment [out, retval]
Increment is a parameter of type long* Increment [in]
Increment is a parameter of type long