- annObject
- the object that will be selected or deselected.
- select
- true to select the object, false to deselect the object.
Visual Basic (Declaration) | |
---|---|
Public Sub SelectObject( _ ByVal annObject As AnnObject, _ ByVal select As Boolean _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerSubCell Dim annObject As AnnObject Dim select As Boolean instance.SelectObject(annObject, select) |
C++/CLI | |
---|---|
public: void SelectObject( AnnObject^ annObject, bool select ) |
Parameters
- annObject
- the object that will be selected or deselected.
- select
- true to select the object, false to deselect the object.
Selecting the object means that the object will enter the edit mode; in the edit mode the edtiting handles will appear at the sides of the object, as long as the rotation handle, and rotation center.
To show or hide the rotation handles, use the MedicalViewerBaseCell.ShowRotationHandle property.
To retrieve the selected object, use the SelectedObject property.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7