Specifies the starting number for new spiral tags to be created in the site. The numbering is incremented with creation of new tags.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public int SpiralsStartingNumber { get; set; }
Visual Basic
Public Property SpiralsStartingNumber As Integer
Get
Set
Visual C++
public: property int SpiralsStartingNumber { int get (); void set (int value); }