SettingsCmdCreatePointsSettingsCmdPointIdentityResolveDuplicatePointNumbersOption Property

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

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public PropertyEnum<PointNumbersExistType> ResolveDuplicatePointNumbersOption { get; }

Property Value

PropertyEnumPointNumbersExistType
Remarks
1. Renumber: Assigns new point numbers to any imported points whose point numbers already exist. Points are numbered according to the AssignPointNamesOption property. 2. Merge: Merges the point data of the existing point with the point data of the imported point. Point properties that are specified in the point data file are used. Point properties that are not specified in the point data file are preserved in the drawing. 3. Overwrite: Overwrites all point properties using the values in the point data file. No data is preserved. 4. Notify: If a point collision occurs, the Duplicate Point Number dialog is displayed where the user can specify how to resolve the collision.
See Also