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.2.3892.0

Syntax

C#

public PropertyEnum<PointNamesExistType> ResolveDuplicatePointNamesOption { get; }

Visual Basic

Public ReadOnly Property ResolveDuplicatePointNamesOption As PropertyEnum(Of PointNamesExistType)
	Get

Visual C++

public:
property PropertyEnum<PointNamesExistType>^ ResolveDuplicatePointNamesOption {
	PropertyEnum<PointNamesExistType>^ get ();
}

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