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