This document is archived and information here might be outdated.  Recommended version.


IEditTaskName.UniqueName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditTaskName Interface > IEditTaskName.UniqueName Property
ArcGIS Developer Help

IEditTaskName.UniqueName Property

The name of the edit task.

[Visual Basic .NET]
Public ReadOnly Property UniqueName As String
[C#]
public string UniqueName {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

UniqueName should be composed of two parts, the compiled DLL name and the name given to the task by the author separated by an underscore character.  For example, the Create New Feature task's UniqueName is "GarciaUI_CreateNewFeatureTask".

See Also

IEditTaskName Interface | IEditTaskSearch Interface