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


IModifyDimensionFeedback.Stop Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

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