This document is archived and information here might be outdated.  Recommended version.


ILutFilter.Set Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILutFilter Interface > ILutFilter.Set Method
ArcGIS Developer Help

ILutFilter.Set Method

Sets a LUT value mapping.

[Visual Basic .NET]
Public Sub Set ( _
    ByVal v1 As Integer, _
    ByVal v2 As Integer _
)
[C#]
public void Set (
    int v1,
    int v2
);
[C++]
HRESULT Set(
  long v1,
  long v2
);
[C++]
Parameters
v1 [in]

v1 is a parameter of type long v2 [in]
v2 is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILutFilter Interface