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