Click or drag to resize

CommandManagerExecuteMacroCommand Method

Execute a macro command.

Namespace:  RootPro.RootProCAD.Command
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 13.0.0.0 (13.0.0.0)
Syntax
public abstract void ExecuteMacroCommand(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
Unique name assigned to the macro command.
See Also