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