This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISnappingEnvironment Interface > ISnappingEnvironment.TextSnapping Property (ArcObjects .NET 10.5 SDK) |
Toggles snapping to text on/off.
[Visual Basic .NET] Public Property TextSnapping As Boolean
[C#] public bool TextSnapping {get; set;}
[C++]
HRESULT get_TextSnapping(
VARIANT_BOOL* Snapping
);
[C++]
HRESULT put_TextSnapping(
VARIANT_BOOL Snapping
);
[C++]
Parameters Snapping [out, retval] Snapping is a parameter of type VARIANT_BOOL Snapping [in] Snapping is a parameter of type VARIANT_BOOL