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


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

IRealTimeFeedSnap.SnapLayers Property

The list of layers used for snapping.

[Visual Basic .NET]
Public Property SnapLayers As IArray
[C#]
public IArray SnapLayers {get; set;}
[C++]
HRESULT get_SnapLayers(
  IArray** ppArray
);
[C++]
HRESULT putref_SnapLayers(
  IArray* ppArray
);
[C++]
Parameters
ppArray [out, retval]

ppArray is a parameter of type IArray** ppArray [in]
ppArray is a parameter of type IArray*

Product Availability

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

See Also

IRealTimeFeedSnap Interface