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


IEnhancedInfoRenderer.EventAttributeProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IE > IEnhancedInfoRenderer Interface > IEnhancedInfoRenderer.EventAttributeProperties Property
ArcGIS Developer Help

IEnhancedInfoRenderer.EventAttributeProperties Property

Properties associated with the event attribute renderer characteristics of the enhanced information rendering.

[Visual Basic .NET]
Public Property EventAttributeProperties As IEventAttributeProperties
[C#]
public IEventAttributeProperties EventAttributeProperties {get; set;}
[C++]
HRESULT get_EventAttributeProperties(
  IEventAttributeProperties** ppiProperties
);
[C++]
HRESULT putref_EventAttributeProperties(
  IEventAttributeProperties* ppiProperties
);
[C++]
Parameters
ppiProperties [out, retval]

ppiProperties is a parameter of type IEventAttributeProperties** ppiProperties [in]
ppiProperties is a parameter of type IEventAttributeProperties*

Product Availability

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

See Also

IEnhancedInfoRenderer Interface