GetGlobalName Method (ICommand) Send Feedback
See Also 
GlobalName[out]
Command's global name
Gets the command's global name, which is not displayed to the user but which can be used as input.

Syntax

Visual Basic 
Function GetGlobalName() As System.String
C# 
System.string GetGlobalName()
JavaScript 
GetGlobalName() : String
COM native C++ 
HRESULT GetGlobalName(
   BSTR* GlobalName
)  
C++ 
DSRESULT GetGlobalName(
   dsString* GlobalName
)  

Parameters

GlobalName[out] or Return Value
Command's global name
 

See Also

Availability

DraftSight V1R5.0