ArcObjects Library Reference (Display)  

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 VARIANT_BOOL Point

  Point is a parameter of type IPoint

Product Availability

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

See Also

IModifySegmentFeedback Interface