QsCommandClassAttribute Constructor

QsInformatica.Utils

QsCommandClassAttribute Constructor

Initializes a new instance of the QsCommandClassAttribute class

Namespace:  QsInformatica.AutoCAD.Runtime
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public QsCommandClassAttribute(
	Type name
)
Public Sub New ( 
	name As Type
)
public:
QsCommandClassAttribute(
	Type^ name
)
new : 
        name : Type -> QsCommandClassAttribute

Parameters

name
Type: SystemType

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

See Also