Specifies whether to use sequential point numbering when creating points.

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

Syntax

C#
public PropertyBoolean UseSequentialNumbering { get; }
Visual Basic
Public ReadOnly Property UseSequentialNumbering As PropertyBoolean
	Get
Visual C++
public:
property PropertyBoolean^ UseSequentialNumbering {
	PropertyBoolean^ get ();
}

Remarks

If true, point numbers are automatically assigned. If false, the user is prompted for each point number during the import.

See Also