Click or drag to resize

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; }

Parameters

paramName
Type: SystemString
the name of the current parameter item to get.

Return Value

Type: ParameterItem
ParameterItem representing the current parameter item with the specified name in the collection.
See Also