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 > WorkstationDataAccessAgent Class : 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) 
Public Sub DeleteAnnotationObject( _
   ByVal annotationId As AnnotationIdentifier _
) 
Visual Basic (Usage)Copy Code
Dim instance As WorkstationDataAccessAgent
Dim annotationId As AnnotationIdentifier
 
instance.DeleteAnnotationObject(annotationId)
C# 
public void DeleteAnnotationObject( 
   AnnotationIdentifier annotationId
)
Managed Extensions for C++ 
public: void DeleteAnnotationObject( 
   AnnotationIdentifier* annotationId
) 
C++/CLI 
public:
void DeleteAnnotationObject( 
   AnnotationIdentifier^ annotationId
) 

Parameters

annotationId
The AnnotationIdentifier of the annotation.

Remarks

This method deletes the annotation defined by annotationId from the datbase. The deletion is accomplished by executing the query defined by the PrepareDeleteAnnotationCommand method.

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