Click or drag to resize

CommandCollectionItem Property (String)

Get the command with the specified name in the collection.

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 this[
	string uniqueName
] { get; }

Parameters

uniqueName
Type: SystemString
Unique name assigned to the command.

Return Value

Type: Command
Command representing the command with the specified name in the collection.
See Also