AnnotationCollection.FindByName

AnnotationCollection.FindByName method

Returns annotation by its name.

public Annotation FindByName(string name)
ParameterTypeDescription
nameStringName of the annotation

Return Value

Annotation object if found; otherwise, null.

See Also