SettingsCmdCreatePointsSettingsCmdPointIdentityResolveDuplicatePointNumbersOption Property |
Specifies how duplicate point numbers are resolved when importing points from a file.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyEnum<PointNumbersExistType> ResolveDuplicatePointNumbersOption { get; }
Public ReadOnly Property ResolveDuplicatePointNumbersOption As PropertyEnum(Of PointNumbersExistType)
Get
public:
property PropertyEnum<PointNumbersExistType>^ ResolveDuplicatePointNumbersOption {
PropertyEnum<PointNumbersExistType>^ 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