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


ILutFilter.Get 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.Get Method
ArcGIS Developer Help

ILutFilter.Get Method

Looks a value.

[Visual Basic .NET]
Public Function Get ( _
    ByVal v1 As Integer _
) As Integer
[C#]
public int Get (
    int v1
);
[C++]
HRESULT Get(
  long v1
);
[C++]
Parameters
v1 [in]

v1 is a parameter of type long

Product Availability

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

See Also

ILutFilter Interface