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