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