←Select platform

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 Leadtools.Medicalviewer.MedicalViewerAnnotationAttributes 
             
            public: 
Leadtools.Medicalviewer.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly