SettingsCmdCreatePointsSettingsCmdPointIdentityUseSequentialNumbering Property

Specifies whether to use sequential point numbering when creating points.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public PropertyBoolean UseSequentialNumbering { 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