Property ActiveCommandFullName
ActiveCommandFullName
Gets the full name of the active command (i.e. "TopSolid.Kernel.UI.D3.Shapes.Creations.BlockCommand").
Declaration
[AvailableSinceVersion(7, 12, 0, 0)]
string ActiveCommandFullName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
If there is no active command, null is returned.
This property is available since v7.12.