This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IClassBreaksUIProperties Interface > IClassBreaksUIProperties.ShowClassGaps Property (ArcObjects .NET 10.4 SDK) |
Indicates if each lower bound is adjusted up to the nearest existing data value.
[Visual Basic .NET] Public Property ShowClassGaps As Boolean
[C#] public bool ShowClassGaps {get; set;}
[C++]
HRESULT get_ShowClassGaps(
VARIANT_BOOL* showGaps
);
[C++]
HRESULT put_ShowClassGaps(
VARIANT_BOOL showGaps
);
[C++]
Parameters showGaps [out, retval] showGaps is a parameter of type VARIANT_BOOL showGaps [in] showGaps is a parameter of type VARIANT_BOOL