This document is archived and information here might be outdated. Recommended version. |
The name of the edit task.
[Visual Basic .NET]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}
[C++]
HRESULT get_Name(
System.String* Name
);
[C++] Parameters Name [out, retval]
Name is a parameter of type BSTR*
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.
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