Specifies the starting number for new spiral tags to be created on alignments in the site. The numbering is incremented with creation of new tags.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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); } |