- annotationId
- The AnnotationIdentifier of the annotation.
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.
This method deletes the annotation defined by annotationId from the datbase.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7