SettingsCmdCreatePointsSettingsCmdPointIdentityResolveDuplicatePointNamesOption Property

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

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

Property Value

PropertyEnumPointNamesExistType
Remarks
  • UseNameTemplate: uses a name specified in the point name template.
  • Counter: increments a counter to the current point name.
  • Notify: if a name collision occurs, the Duplciate Point Name dialog is displayed where the user can specify how to resolve the collision.
See Also