CommandSelectParameters Method (String, String) |
Select the parameter with the specified name.
Namespace:
RootPro.RootProCAD.Command
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 13.0.0.0 (13.0.0.0)
Syntaxpublic abstract void SelectParameters(
string[] paramNames,
string[] valueTexts
)
Public MustOverride Sub SelectParameters (
paramNames As String(),
valueTexts As String()
)
Parameters
- paramNames
- Type: SystemString
- valueTexts
- Type: SystemString
See Also