AnnotationCollection.Delete

Delete(int)

Deletes annotation from the collection by index.

public void Delete(int index)
ParameterTypeDescription
indexInt32Index of annotation which shall be deleted.

See Also


Delete()

Deletes all annotations from the collection.

public void Delete()

See Also


Delete(Annotation)

Deletes specified annotation from the collection.

public void Delete(Annotation annotation)
ParameterTypeDescription
annotationAnnotationAnnotation which shall be deleted.

See Also