GetAnnotationObjectsCount Method

Summary

Returns the count of annotation containers that is associated with the sopInstanceUID.

Syntax
C#
VB
C++
public int GetAnnotationObjectsCount( 
   string sopInstanceUID 
) 
  
Function GetAnnotationObjectsCount( _ 
   ByVal sopInstanceUID As String _ 
) As Integer 
int GetAnnotationObjectsCount(  
   String^ sopInstanceUID 
)  

Parameters

sopInstanceUID
The SOP Instance UID of the data set that is associated with the annotation.

Return Value

The count of annotation containers that is associated with the sopInstanceUID.

Remarks

This method returns the count of annotation containers that is associated with the sopInstanceUID.

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.Medical.Workstation.DataAccessLayer Assembly