Share

SettingsTag.SettingsRenumbering.LinesIncrement Property

Specifies the difference between numbers in the numbering sequence.



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

Syntax

C#

public int LinesIncrement { get; set; }

VB

Public Property LinesIncrement As Integer
	Get
	Set

C++

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

Property Value

Int32

See Also

Reference

Was this information helpful?