MultipleParameterItemGetParameterItem Method |
Get the parameters of the specified type.
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 GetParameterItem(
ParameterItemType paramType
)
Public MustOverride Function GetParameterItem (
paramType As ParameterItemType
) As ParameterItem
Parameters
- paramType
- Type: RootPro.RootProCAD.CommandParameterItemType
Type of parameter to retrieve.
Return Value
Type:
ParameterItem ParameterItem representing a parameter item of the specified type.
See Also