LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
DeleteAnnotationObject Method
See Also 
Leadtools.Medical.Workstation.DataAccessLayer Namespace > IWorkstationDataAccessAgent Interface : DeleteAnnotationObject Method




annotationId
The AnnotationIdentifier of the annotation.
annotationId
The AnnotationIdentifier of the annotation.
Deletes the annotation defined by annotationId from the datbase.

Syntax

Visual Basic (Declaration) 
Sub DeleteAnnotationObject( _
   ByVal annotationId As AnnotationIdentifier _
) 
Visual Basic (Usage)Copy Code
Dim instance As IWorkstationDataAccessAgent
Dim annotationId As AnnotationIdentifier
 
instance.DeleteAnnotationObject(annotationId)
C# 
void DeleteAnnotationObject( 
   AnnotationIdentifier annotationId
)
Managed Extensions for C++ 
void DeleteAnnotationObject( 
   AnnotationIdentifier* annotationId
) 
C++/CLI 
void DeleteAnnotationObject( 
   AnnotationIdentifier^ annotationId
) 

Parameters

annotationId
The AnnotationIdentifier of the annotation.

Remarks

This method deletes the annotation defined by annotationId from the datbase.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also