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


IRealTimeFeedSnap Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeedSnap Interface
ArcGIS Developer Help

IRealTimeFeedSnap Interface

Provides access to properties that control the snapping behavior for the current position.

Product Availability

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

Members

Name Description
Read/write property SnapDistance The snap distance, in map units.
Read/write property SnapLayers The list of layers used for snapping.
Read/write property SnapToLines Indicates if positions are snapped to the lines in the snap layers' feature geometries. Defaults to false.
Read/write property SnapToNodes Indicates if positions are snapped to the nodes in the snap layers' feature geometries. Defaults to false.
Read/write property SnapToVertices Indicates if positions are snapped to the vertices in the snap layers' feature geometries. Defaults to false.

Classes that implement IRealTimeFeedSnap

Classes Description
RealTimeFeedManager The real-time feed manager object.