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


IRealTimeFeedSnap.SnapLayers Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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