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.Start Method (ArcObjects .NET 10.5 SDK) |
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