ArcObjects Library Reference (TrackingAnalyst)  

IEventAttributeProperties.NumFields Property

The number of fields whose values will be used generate text when rendering when the FieldNames property is empty.

[Visual Basic .NET]
Public Property NumFields As Integer
[C#]
public int NumFields {get; set;}
[C++]
HRESULT get_NumFields(
  long* pVal
);
[C++]
HRESULT put_NumFields(
  long pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type long pVal [in]   pVal is a parameter of type long

Product Availability

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

See Also

IEventAttributeProperties Interface