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


IModifyDimensionFeedback.Stop Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IModifyDimensionFeedback Interface > IModifyDimensionFeedback.Stop Method
ArcGIS Developer Help

IModifyDimensionFeedback.Stop Method

Stops the feedback and returns the points.

[Visual Basic .NET]
Public Function Stop ( _
) As IDimensionShape
[C#]
public IDimensionShape Stop (
);
[C++]
HRESULT Stop(
void
);

Product Availability

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

See Also

IModifyDimensionFeedback Interface