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


ILastKnownRenderer.LastKnownFIDs Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IL > ILastKnownRenderer Interface > ILastKnownRenderer.LastKnownFIDs Property
ArcGIS Developer Help

ILastKnownRenderer.LastKnownFIDs Property

Indicates whether or not to draw the most recent feature IDs in a dataset to the map display.

[Visual Basic .NET]
Public WriteOnly Property LastKnownFIDs
[C#]
public void LastKnownFIDs {set;}
[C++]
HRESULT putref_LastKnownFIDs(
  IFeatureIDSet* 
);
[C++]
Parameters
 [in]

is a parameter of type IFeatureIDSet*

Product Availability

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

See Also

ILastKnownRenderer Interface