Click or drag to resize

QsCommandMethodAttribute Constructor (String, String, String, QsCommandFlags, Type)

Initializes a new instance of the QsCommandMethodAttribute class

Namespace:  QsInformatica.AutoCAD.Runtime
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public QsCommandMethodAttribute(
	string groupName,
	string globalName,
	string localizedNameId,
	QsCommandFlags flags,
	Type contextMenuExtensionType
)

Parameters

groupName
Type: SystemString

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

globalName
Type: SystemString

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

localizedNameId
Type: SystemString

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

flags
Type: QsInformatica.AutoCAD.RuntimeQsCommandFlags

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

contextMenuExtensionType
Type: SystemType

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

See Also