ArcObjects Library Reference (Display)  

IModifySegmentFeedback.Stop Method

Stop the modify segment feedback.

[Visual Basic .NET]
Public Function Stop ( _
    ByVal Point As IPoint _
) As ISegment
[C#]
public ISegment Stop (
    IPoint Point
);
[C++]
HRESULT Stop(
  IPoint* Point,
  ISegment** segment
);
[C++]

Parameters

Point [in]

  Point is a parameter of type IPoint

segment [out, retval]

  segment is a parameter of type ISegment

Product Availability

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

See Also

IModifySegmentFeedback Interface