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


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

IRealTimeFeedSnap.SnapToVertices Property

Indicates if positions are snapped to the vertices in the snap layers' feature geometries. Defaults to false.

[Visual Basic .NET]
Public Property SnapToVertices As Boolean
[C#]
public bool SnapToVertices {get; set;}
[C++]
HRESULT get_SnapToVertices(
  VARIANT_BOOL* pSnap
);
[C++]
HRESULT put_SnapToVertices(
  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

Product Availability

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

See Also

IRealTimeFeedSnap Interface