This document is archived and information here might be outdated. Recommended version. |
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*