SettingsCmdCreatePointsSettingsCmdPointIdentityAssignPointNamesOption Property

Specifies how point numbers are assigned, when requried, when importing points from a file.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public PropertyEnum<PointNumbersAssignedType> AssignPointNamesOption { get; }

Property Value

PropertyEnumPointNumbersAssignedType
Remarks
  • UseNext: Points are numbered with the next available number.
  • Sequence: Points are numbered starting at StartPointNumber, and incremented from there.
See Also