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 PointPoint is a parameter of type IPoint
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.