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