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