ArcObjects Library Reference (Controls)  

IEngineEditTask.Name Property

The name of the edit task.

[Visual Basic .NET]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}
[C++]
HRESULT get_Name(
  BSTR* Name
);
[C++]

Parameters

Name [out, retval]   Name is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine.

Description

Returns the Name of an engine edit task. The Name property is used by the ControlsEditingTaskToolControl to display the edit task within a specific IEngineEditTask::GroupName.

Remarks

Note: It is possible that more than one engine edit task can be created with the same Name. It is recommended that a developer uniquely identifies an engine edit task using a specific IEngineEditTask::GroupName and Name

See Also

IEngineEditTask Interface