Gets the command's local name, which is displayed to the user and which can be used as input.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Function GetName() As System.String |
| C# | |
|---|
System.string GetName() |
| JavaScript | |
|---|
GetName() : System.String; |
Parameters
- CmdName[out] or Return Value
- Command's local name
Example
This code snippet shows how to get the local name of the command.
COM native C++
//Get command name
bstr_t commandName = m_DsCommand->GetName();
See Also
Availability
DraftSight V1R1