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.Settings
Assembly: 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);
}

See Also