This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeedSnap Interface > IRealTimeFeedSnap.SnapLayers Property (ArcObjects .NET 10.4 SDK) |
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