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(
  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

IModifyDimensionFeedback Interface