Share

SettingsCmdCreatePoints.SettingsCmdPointIdentity.UseSequentialNumbering Property

Specifies whether to use sequential point numbering when creating points.



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

Syntax

C#

public PropertyBoolean UseSequentialNumbering { get; }

VB

Public ReadOnly Property UseSequentialNumbering As PropertyBoolean
	Get

C++

public:
property PropertyBoolean^ UseSequentialNumbering {
	PropertyBoolean^ get ();
}

Property Value

PropertyBoolean

Remarks

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

See Also

Reference

Was this information helpful?