This document is archived and information here might be outdated. Recommended version. |
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