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


IGraticule.AutoInterval Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IGraticule.AutoInterval Property

Indicates if the graticule automatically and interactively computes the interval size.

[Visual Basic .NET]
Public Property AutoInterval As Boolean
[C#]
public bool AutoInterval {get; set;}
[C++]
HRESULT get_AutoInterval(
  Boolean* AutoInterval
);
[C++]
HRESULT put_AutoInterval(
  VARIANT_BOOL AutoInterval
);
[C++]

Parameters AutoInterval [out, retval]
AutoInterval is a parameter of type bool* AutoInterval [in]
AutoInterval is a parameter of type bool

Product Availability

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

See Also

IGraticule Interface