ParameterItemCollectionItem Property (String) |
Get the current parameter item 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 ParameterItem this[
string paramName
] { get; }
Public MustOverride ReadOnly Default Property Item (
paramName As String
) As ParameterItem
Get
Parameters
- paramName
- Type: SystemString
the name of the current parameter item to get.
Return Value
Type:
ParameterItemParameterItem representing the current parameter item with the specified name in the collection.
See Also