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


IRemapFunctionArguments.UseTable Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRemapFunctionArguments.UseTable Property

Indicates if the attribute table should be used for remapping.

[Visual Basic .NET]
Public Property UseTable As Boolean
[C#]
public bool UseTable {get; set;}
[C++]
HRESULT get_UseTable(
  VARIANT_BOOL* pbUseTable
);
[C++]
HRESULT put_UseTable(
  VARIANT_BOOL pbUseTable
);
[C++]

Parameters pbUseTable [out, retval] pbUseTable is a parameter of type VARIANT_BOOL pbUseTable [in] pbUseTable is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRemapFunctionArguments Interface