Click or drag to resize

CommandGetParameterItemByName Method

Get the current parameter item with the specified parameter name.

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 GetParameterItemByName(
	string paramName
)

Parameters

paramName
Type: SystemString

Return Value

Type: ParameterItem
See Also