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


IGraticule.AutoInterval Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL* AutoInterval
);
[C++]
HRESULT put_AutoInterval(
  VARIANT_BOOL AutoInterval
);
[C++]

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

Product Availability

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

See Also

IGraticule Interface