Click or drag to resize

CommandManagerAddCommand Method (String, String)

Define a new command.

Namespace:  RootPro.RootProCAD.Command
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract Command AddCommand(
	string uniqueName,
	string name
)

Parameters

uniqueName
Type: SystemString
Unique name to assign to the command.
name
Type: SystemString
Command display name

Return Value

Type: Command
Command representing the added command.
See Also