Specifies the difference between numbers in the numbering sequence.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public int SpiralsIncrement { get; set; }
VB
Public Property SpiralsIncrement As Integer Get Set
C++
public: property int SpiralsIncrement { int get (); void set (int value); }