ArcObjects Library Reference (TrackingAnalyst)  

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