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


IEnhancedInfoRenderer.AddToPreviousList Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IEnhancedInfoRenderer.AddToPreviousList Method

Adds feature information the 'previous point' set to support the directional vector rendering.

[Visual Basic .NET]
Public Sub AddToPreviousList ( _
    ByVal piFeature As IFeature _
)
[C#]
public void AddToPreviousList (
    IFeature piFeature
);
[C++]
HRESULT AddToPreviousList(
  IFeature* piFeature
);
[C++]

Parameters piFeature [in]
piFeature is a parameter of type IFeature

Product Availability

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

See Also

IEnhancedInfoRenderer Interface