Specifies if the data band major/minor interval distances for graph matches the graph style’s major/minor grid spacing intervals.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public bool MatchIncrementToGridIntervals { get; set; }Visual Basic
Public Property MatchIncrementToGridIntervals As Boolean
Get
SetVisual C++
public: property bool MatchIncrementToGridIntervals { bool get (); void set (bool value); }