Visual Basic | |
---|---|
Function GetName() As System.String |
C# | |
---|---|
System.string GetName() |
JavaScript | |
---|---|
GetName() : String |
Parameters
- CmdName[out] or Return Value
- Command's local name
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();
DraftSight V1R1