AnnotationCollection.GetText(String) Method

Definition

Gets the value of the Annotation with the specified name.

public string GetText (string name);
member this.GetText : string -> string
Public Function GetText (name As String) As String

Parameters

name
String

The name of the annotation.

Returns

The value of the annotation, if found; otherwise a null reference (Nothing in Visual Basic).

Applies to