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


ISnappingFeedback.UnInitialize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISnappingFeedback Interface > ISnappingFeedback.UnInitialize Method
ArcGIS Developer Help

ISnappingFeedback.UnInitialize Method

Disconnecting from the View.

[Visual Basic .NET]
Public Sub UnInitialize ( _
)
[C#]
public void UnInitialize (
);
[C++]
HRESULT UnInitialize(
void
);

Product Availability

Available with ArcGIS Engine.

Remarks

Uninitialize releases any references to the snapping environment and application specified in ISnappingFeedback.Initialize. 

See Also

ISnappingFeedback Interface