ArcObjects Library Reference (Carto)  

IRealTimeFeedSimulator.FeatureLayer Property

The feature layer used to simulate the real-time feed. This must be a point or line feature layer.

[Visual Basic .NET]
Public Property FeatureLayer As IFeatureLayer
[C#]
public IFeatureLayer FeatureLayer {get; set;}
[C++]
HRESULT get_FeatureLayer(
  IFeatureLayer** ppSimulationData
);
[C++]
HRESULT putref_FeatureLayer(
  IFeatureLayer* ppSimulationData
);
[C++]

Parameters

ppSimulationData [out, retval]

  ppSimulationData is a parameter of type IFeatureLayer

ppSimulationData [in]

  ppSimulationData is a parameter of type IFeatureLayer

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRealTimeFeedSimulator Interface