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


IEventAttributeProperties.CreateTextElement Method (ArcObjects .NET 10.6 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(
void
);

Product Availability

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

See Also

IEventAttributeProperties Interface