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


IEventAttributeProperties.CreateTextElement Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IEventAttributeProperties.CreateTextElement Method

Creates a new text element generated from the ITextSymbol property.

[Visual Basic .NET]
Public Function CreateTextElement ( _
) As ITextElement
[C#]
public ITextElement CreateTextElement (
);
[C++]
HRESULT CreateTextElement(
  ITextElement** TextElement
);
[C++]

Parameters TextElement [out, retval]
TextElement is a parameter of type ITextElement

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IEventAttributeProperties Interface