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
)
Public MustOverride Function GetParameterItemByName (
paramName As String
) As ParameterItem
Parameters
- paramName
- Type: SystemString
Return Value
Type:
ParameterItemSee Also