SettingsCmdCreatePointsSettingsCmdPointIdentityHandleSuppliedPointNumbersOption Property

Specifies how point numbers are handled when importing points from a file.

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

Property Value

PropertyEnumPointNumbersSuppliedType
Remarks
  • Use: uses the point numbers in the point data file.
  • Ignore: ignores point numbers in the point data file; points are numbered according to the ResolveDuplicatePointNumbersOption setting.
  • AddOffset: adds the value specified by PointNumberOffset to each point number.
See Also