QsCommandMethodAttribute Constructor (String)

QsInformatica.Utils

QsCommandMethodAttribute Constructor (String)

Initializes a new instance of the QsCommandMethodAttribute class

Namespace:  QsInformatica.AutoCAD.Runtime
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public QsCommandMethodAttribute(
	string globalName
)
Public Sub New ( 
	globalName As String
)
public:
QsCommandMethodAttribute(
	String^ globalName
)
new : 
        globalName : string -> QsCommandMethodAttribute

Parameters

globalName
Type: SystemString

[Missing <param name="globalName"/> documentation for "M:QsInformatica.AutoCAD.Runtime.QsCommandMethodAttribute.#ctor(System.String)"]

See Also