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


ILutFilter.Size Property (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.Size Property
ArcGIS Developer Help

ILutFilter.Size Property

The LUT size.

[Visual Basic .NET]
Public Property Size As Integer
[C#]
public int Size {get; set;}
[C++]
HRESULT get_Size(
  System.Int32* 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