This document is archived and information here might be outdated. Recommended version. |
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*