This document is archived and information here might be outdated. Recommended version. |
Maps a single value entry to the remap object.
[Visual Basic .NET] Public Sub MapValue ( _ ByVal value As Double, _ ByVal outputValue As Integer _ )
[C#] public void MapValue ( double value, int outputValue );
[C++]
HRESULT MapValue(
double value,
long outputValue
);
[C++]
Parameters value [in]
value is a parameter of type double outputValue [in]
outputValue is a parameter of type long