This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeedSimulator Interface > IRealTimeFeedSimulator.FeatureLayer Property (ArcObjects .NET 10.5 SDK) |
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