CommandMethodAttribute(String) Constructor
|
Constructor for the CommandMethodAttribute
class.
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public CommandMethodAttribute(
string globalName
)
Public Sub New (
globalName As String
)
public:
CommandMethodAttribute(
String^ globalName
)
new :
globalName : string -> CommandMethodAttribute
Parameters
- globalName String
- [in] Command global name.
See Also