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


ITrackingEnvironment2.EventAttributeProp Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingEnvironment2 Interface > ITrackingEnvironment2.EventAttributeProp Property
ArcGIS Developer Help

ITrackingEnvironment2.EventAttributeProp Property

Returns the global (default) properties associated with the Event Attribute Rendering.

[Visual Basic .NET]
Public ReadOnly Property EventAttributeProp As IEventAttributeProperties
[C#]
public IEventAttributeProperties EventAttributeProp {get;}
[C++]
HRESULT get_EventAttributeProp(
  IEventAttributeProperties** ppiEventAttributeProperties
);
[C++]
Parameters
ppiEventAttributeProperties [out, retval]

ppiEventAttributeProperties is a parameter of type IEventAttributeProperties**

Product Availability

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

See Also

ITrackingEnvironment2 Interface