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


IRealTimeFeedSnap.SnapToNodes Property (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 > IRealTimeFeedSnap.SnapToNodes Property
ArcGIS Developer Help

IRealTimeFeedSnap.SnapToNodes Property

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

[Visual Basic .NET]
Public Property SnapToNodes As Boolean
[C#]
public bool SnapToNodes {get; set;}
[C++]
HRESULT get_SnapToNodes(
  Boolean* pSnap
);
[C++]
HRESULT put_SnapToNodes(
  VARIANT_BOOL pSnap
);
[C++]
Parameters
pSnap [out, retval]

pSnap is a parameter of type bool* pSnap [in]
pSnap is a parameter of type bool

Product Availability

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

See Also

IRealTimeFeedSnap Interface