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


IRasterClassifyUIProperties.ShowClassGaps Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterClassifyUIProperties Interface > IRasterClassifyUIProperties.ShowClassGaps Property
ArcGIS Developer Help

IRasterClassifyUIProperties.ShowClassGaps Property

Indicates if gaps between classes are shown.

[Visual Basic .NET]
Public Property ShowClassGaps As Boolean
[C#]
public bool ShowClassGaps {get; set;}
[C++]
HRESULT get_ShowClassGaps(
  Boolean* showGaps
);
[C++]
HRESULT put_ShowClassGaps(
  VARIANT_BOOL showGaps
);
[C++]
Parameters
showGaps [out, retval]

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

Product Availability

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

Remarks

If ShowClassGaps is True, neighboring classes that have gaps between them will have classification boundaries that do not visibly match through the user interface.

See Also

IRasterClassifyUIProperties Interface