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