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


ISnappingEnvironment.TextSnapping Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISnappingEnvironment Interface > ISnappingEnvironment.TextSnapping Property
ArcGIS Developer Help

ISnappingEnvironment.TextSnapping Property

Toggles snapping to text on/off.

[Visual Basic .NET]
Public Property TextSnapping As Boolean
[C#]
public bool TextSnapping {get; set;}
[C++]
HRESULT get_TextSnapping(
  Boolean* Snapping
);
[C++]
HRESULT put_TextSnapping(
  VARIANT_BOOL Snapping
);
[C++]
Parameters
Snapping [out, retval]

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

Product Availability

Available with ArcGIS Engine.

See Also

ISnappingEnvironment Interface