ArcObjects Library Reference (Editor)  

IAnnotationEditExtension.ConstructionText Property

The current text that will be used to construct the annotation.

[Visual Basic .NET]
Public Property ConstructionText As String
[C#]
public string ConstructionText {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

ConstructionText determines the text string used for constructing new annotation features.  ConstructionText may contain a value containing line break characters to construct stacked text.  To set the ConstructionText to be multi-line you can use your development environment's carriage return character in the string you set to the ConstructionText property. If the ConstructionText value is an empty string, the AnnotationEditExtension will automatically use the default string "Text".

See Also

IAnnotationEditExtension Interface