ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL* pbAllowUnmatched
);
[C++]
HRESULT put_AllowUnmatched(
  VARIANT_BOOL pbAllowUnmatched
);
[C++]

Parameters

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

Product Availability

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

See Also

IRemapFunctionArguments Interface