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


ILastKnownRenderer.DisplayOnlyLastKnownFeatures Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ILastKnownRenderer.DisplayOnlyLastKnownFeatures Property

Indicates whether or not setting is active to draw only the most recent event for each ID in a dataset.

[Visual Basic .NET]
Public Property DisplayOnlyLastKnownFeatures As Boolean
[C#]
public bool DisplayOnlyLastKnownFeatures {get; set;}
[C++]
HRESULT get_DisplayOnlyLastKnownFeatures(
  VARIANT_BOOL pbvarDisplayOnlyLastKnownFeatures
);
[C++]
HRESULT put_DisplayOnlyLastKnownFeatures(
  Boolean* pbvarDisplayOnlyLastKnownFeatures
);
[C++]

Parameters pbvarDisplayOnlyLastKnownFeatures [in]
pbvarDisplayOnlyLastKnownFeatures is a parameter of type bool pbvarDisplayOnlyLastKnownFeatures [out, retval]
pbvarDisplayOnlyLastKnownFeatures is a parameter of type bool*

Product Availability

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

See Also

ILastKnownRenderer Interface