This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeedSnap Interface > IRealTimeFeedSnap.SnapToLines Property (ArcObjects .NET 10.5 SDK) |
Indicates if positions are snapped to the lines in the snap layers' feature geometries. Defaults to false.
[Visual Basic .NET] Public Property SnapToLines As Boolean
[C#] public bool SnapToLines {get; set;}
[C++]
HRESULT get_SnapToLines(
VARIANT_BOOL* pSnap
);
[C++]
HRESULT put_SnapToLines(
VARIANT_BOOL pSnap
);
[C++]
Parameters pSnap [out, retval] pSnap is a parameter of type VARIANT_BOOL pSnap [in] pSnap is a parameter of type VARIANT_BOOL