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


IRemapFunctionArguments.UseTable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRemapFunctionArguments Interface > IRemapFunctionArguments.UseTable Property
ArcGIS Developer Help

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(
  Boolean* pbUseTable
);
[C++]
HRESULT put_UseTable(
  VARIANT_BOOL pbUseTable
);
[C++]
Parameters
pbUseTable [out, retval]

pbUseTable is a parameter of type bool* pbUseTable [in]
pbUseTable is a parameter of type bool

Product Availability

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

See Also

IRemapFunctionArguments Interface