GetSelectedAnnotationAttributes Method

Summary

Retrieves the selected annotation attribute for the specified cell or sub-cell.

Syntax
C#
VB
C++
public MedicalViewerAnnotationAttributes GetSelectedAnnotationAttributes( 
   int subCellIndex 
) 
  
Public Overloads Function GetSelectedAnnotationAttributes( _ 
   ByVal subCellIndex As Integer _ 
) As MedicalViewerAnnotationAttributes 
            public: 
MedicalViewerAnnotationAttributes^ GetSelectedAnnotationAttributes(  
   int subCellIndex 
)  

Parameters

subCellIndex
The zero-based index of the sub-cell that contains the targeted selected annotation object.

Return Value

A MedicalViewerAnnotationAttributes object that contains the selected annotation attributes.

Remarks

For more information, refer to Working With Annotations.

Example

For an example, refer to CalibrateRuler(Double,MedicalViewerMeasurementUnit)

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly