Gets or sets a value indicates whether to atomically increase the resolution of the grid when zooming in by 100, 200, 400 and so on.


public bool AutoChangeGridLength {get; set;}
public:
property bool AutoChangeGridLength {
bool get();
void set ( bool value);
}
'Declaration
Public Property AutoChangeGridLength As Boolean
'Usage
Dim instance As AnnSnapToGridOptions
Dim value As Boolean
instance.AutoChangeGridLength = value
value = instance.AutoChangeGridLength
Property Value
true to automatically increas the resolution of the grid when zooming if possible, otherwise;
false. Default value is
true.
For C#/VB examples, refer to AnnSnapToGridOptions.