Specifies the difference between numbers in the numbering sequence.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
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); }