AlignmentLineNextManualTagCounter Property

Gets the increment by which the next new alignment line tag is manually numbered.

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

Syntax

C#

public PropertyInt AlignmentLineNextManualTagCounter { get; }

Visual Basic

Public ReadOnly Property AlignmentLineNextManualTagCounter As PropertyInt
	Get

Visual C++

public:
property PropertyInt^ AlignmentLineNextManualTagCounter {
	PropertyInt^ get ();
}

See Also