ArcObjects Library Reference (Carto)  

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

Parameters

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

Product Availability

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

See Also

ICalibratedMapGridBorder Interface