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


IRemapFunctionArguments.AllowUnmatched 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.AllowUnmatched Property
ArcGIS Developer Help

IRemapFunctionArguments.AllowUnmatched Property

Indicates if unmatched values should be passed through.

[Visual Basic .NET]
Public Property AllowUnmatched As Boolean
[C#]
public bool AllowUnmatched {get; set;}
[C++]
HRESULT get_AllowUnmatched(
  Boolean* pbAllowUnmatched
);
[C++]
HRESULT put_AllowUnmatched(
  VARIANT_BOOL pbAllowUnmatched
);
[C++]
Parameters
pbAllowUnmatched [out, retval]

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

Product Availability

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

See Also

IRemapFunctionArguments Interface