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


IModifySegmentFeedback.Start Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IModifySegmentFeedback Interface > IModifySegmentFeedback.Start Method
ArcGIS Developer Help

IModifySegmentFeedback.Start Method

Start the modify segment feedback.

[Visual Basic .NET]
Public Sub Start ( _
    ByVal segment As ISegment, _
    ByVal atFrom As Boolean, _
    ByVal Point As IPoint _
)
[C#]
public void Start (
    ISegment segment,
    bool atFrom,
    IPoint Point
);
[C++]
HRESULT Start(
  ISegment* segment,
  VARIANT_BOOL atFrom,
  IPoint* Point
);
[C++]
Parameters
segment [in]

segment is a parameter of type ISegment* atFrom
atFrom is a parameter of type bool Point
Point is a parameter of type IPoint*

Product Availability

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

See Also

IModifySegmentFeedback Interface