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


ITrackingEnvironment2.EventAttributeProp Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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