Specifies if the data band major/minor interval distances for profile/section views matches the profile/section view style’s major/minor grid spacing intervals.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool MatchIncrementToGridIntervals { get; set; }
VB
Public Property MatchIncrementToGridIntervals As Boolean Get Set
C++
public: property bool MatchIncrementToGridIntervals { bool get (); void set (bool value); }