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


IGraticule.AutoInterval Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraticule Interface > IGraticule.AutoInterval Property
ArcGIS Developer Help

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