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


ISimpleTrackingLabelRenderer.DisplayOnlyLastKnownFeatures Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IS > ISimpleTrackingLabelRenderer Interface > ISimpleTrackingLabelRenderer.DisplayOnlyLastKnownFeatures Property
ArcGIS Developer Help

ISimpleTrackingLabelRenderer.DisplayOnlyLastKnownFeatures Property

Indicates whether only the last known or all features will be drawn to the map display.

[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

ISimpleTrackingLabelRenderer Interface