DrawComponentBarSelectItem Method |
Select the item for the specified master component.
Namespace:
RootPro.RootProCAD.UI
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 13.0.0.0 (13.0.0.0)
Syntaxpublic abstract void SelectItem(
MasterDrawComponent master
)
Public MustOverride Sub SelectItem (
master As MasterDrawComponent
)
Parameters
- master
- Type: RootPro.RootProCADMasterDrawComponent
See Also