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


ICalibratedMapGridBorder.Alternating Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICalibratedMapGridBorder Interface > ICalibratedMapGridBorder.Alternating Property
ArcGIS Developer Help

ICalibratedMapGridBorder.Alternating Property

Indicates if the border pattern alternates across the width of the border.

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

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

Product Availability

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

See Also

ICalibratedMapGridBorder Interface