ArcObjects Library Reference (DataSourcesRaster)  

ILutFilter.Size Property

The LUT size.

[Visual Basic .NET]
Public Property Size As Integer
[C#]
public int Size {get; set;}
[C++]
HRESULT get_Size(
  long* Size
);
[C++]
HRESULT put_Size(
  long Size
);
[C++]

Parameters

Size [out, retval]   Size is a parameter of type long Size [in]   Size is a parameter of type long

Product Availability

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

See Also

ILutFilter Interface