ArcObjects Library Reference (Controls)  

ISnappingEnvironment.PointSnapper Property

Returns the point snapper.

[Visual Basic .NET]
Public Property PointSnapper As IPointSnapper
[C#]
public IPointSnapper PointSnapper {get; set;}
[C++]
HRESULT get_PointSnapper(
  IPointSnapper** snapper
);
[C++]
HRESULT putref_PointSnapper(
  IPointSnapper* snapper
);
[C++]

Parameters

snapper [out, retval]

  snapper is a parameter of type IPointSnapper

snapper [in]

  snapper is a parameter of type IPointSnapper

Product Availability

Available with ArcGIS Engine.

Remarks

The PointSnapper property returns a reference to the engine that is responsible for performing snapping operations. 

See Also

ISnappingEnvironment Interface

.NET Samples

Angle Angle shape constructor (Code Files: AngleAngleCstr)

.NET Related Topics

Working with the ArcGIS snapping environment