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


IEventAttributeProperties.CreateTextElement Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IE > IEventAttributeProperties Interface > IEventAttributeProperties.CreateTextElement Method
ArcGIS Developer Help

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