This document is archived and information here might be outdated.  Recommended version.


IAnnotationEditExtension.ConstructionText Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IA > IAnnotationEditExtension Interface > IAnnotationEditExtension.ConstructionText Property
ArcGIS Developer Help

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