AnnotationCollection.Remove

AnnotationCollection.Remove method

Deletes specified annotation from the collection.

public bool Remove(Annotation annotation)
ParameterTypeDescription
annotationAnnotationAnnotation which shall be deleted.

Return Value

True - if annotation removed; otherwise, false.

See Also