Share

SettingsCmdCreatePoints.SettingsCmdPointIdentity.ResolveDuplicatePointNamesOption 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.8.0.280

Syntax

C#

public PropertyEnum<PointNamesExistType> ResolveDuplicatePointNamesOption { get; }

VB

Public ReadOnly Property ResolveDuplicatePointNamesOption As PropertyEnum(Of PointNamesExistType)
	Get

C++

public:
property PropertyEnum<PointNamesExistType>^ ResolveDuplicatePointNamesOption {
	PropertyEnum<PointNamesExistType>^ 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

Reference

Was this information helpful?