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


IRemapFilter.AllowUnmatched Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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

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

Product Availability

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

See Also

IRemapFilter Interface