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


INewDimensionFeedback.Stop Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

INewDimensionFeedback.Stop Method

Stops the display feedback and returns the points.

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

Parameters Shape [out, retval]
Shape is a parameter of type IDimensionShape

Product Availability

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

See Also

INewDimensionFeedback Interface