Share

SettingsTag.SettingsCreation.LinesStartingNumber Property

Specifies the starting number for new lines to be created in the site. The numbering is incremented with creation of new lines.



Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public int LinesStartingNumber { get; set; }

VB

Public Property LinesStartingNumber As Integer
	Get
	Set

C++

public:
property int LinesStartingNumber {
	int get ();
	void set (int value);
}

Property Value

Int32

See Also

Reference

Was this information helpful?