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

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.5.768.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