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; }
Public MustOverride ReadOnly Default Property Item (
uniqueName As String
) As Command
Get
Parameters
- uniqueName
- Type: SystemString
Unique name assigned to the command.
Return Value
Type:
CommandCommand representing the command with the specified name in the collection.
See Also