Visual Basic (Declaration) | |
---|---|
Public Function GetSelectedAnnotationAttributes( _ ByVal subCellIndex As Integer _ ) As MedicalViewerAnnotationAttributes |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public MedicalViewerAnnotationAttributes GetSelectedAnnotationAttributes( int subCellIndex ) |
Managed Extensions for C++ | |
---|---|
public: MedicalViewerAnnotationAttributes* GetSelectedAnnotationAttributes( int subCellIndex ) |
C++/CLI | |
---|---|
public: MedicalViewerAnnotationAttributes^ GetSelectedAnnotationAttributes( int subCellIndex ) |
Parameters
- subCellIndex
- Index of the sub-cell that contains the targeted selected annotation object.
Return Value
A MedicalViewerAnnotationAttributes object that contains the selected annotation attributes.For an example, refer to CalibrateRuler
For more information, refer to Working With Annotations.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family