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


IEventAttributeProperties.FieldNames Property (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.FieldNames Property
ArcGIS Developer Help

IEventAttributeProperties.FieldNames Property

The event�s field names whose values will be used generate text when rendering.

[Visual Basic .NET]
Public Property FieldNames As IStringArray
[C#]
public IStringArray FieldNames {get; set;}
[C++]
HRESULT get_FieldNames(
  IStringArray** pVal
);
[C++]
HRESULT putref_FieldNames(
  IStringArray* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type IStringArray** pVal [in]
pVal is a parameter of type IStringArray*

Product Availability

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

See Also

IEventAttributeProperties Interface