This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IModifySegmentFeedback Interface > IModifySegmentFeedback.Stop Method (ArcObjects .NET 10.5 SDK) |
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