←Select platform

DeleteAnnotationObject Method

Summary

Deletes the annotation defined by annotationId from the datbase.

Syntax

C#
VB
C++
public void DeleteAnnotationObject( 
   AnnotationIdentifier annotationId 
) 
  
Public Sub DeleteAnnotationObject( _ 
   ByVal annotationId As Leadtools.Medical.Workstation.Dataaccesslayer.AnnotationIdentifier _ 
)  

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly