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


IRealTimeFeedSimulator.FeatureLayer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeedSimulator Interface > IRealTimeFeedSimulator.FeatureLayer Property
ArcGIS Developer Help

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