Click or drag to resize

CommandGetParameterItemByID Method

Get the parameter item with the specified parameter ID.

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 GetParameterItemByID(
	int paramId
)

Parameters

paramId
Type: SystemInt32

Return Value

Type: ParameterItem
See Also