This document is archived and information here might be outdated. Recommended version. |
Start the feedback, fo an ar with the specified from point & tangent direction.
[Visual Basic .NET] Public Sub StartTangent ( _ ByVal Point As IPoint, _ ByVal tangent As ISegment _ )
[C#] public void StartTangent ( IPoint Point, ISegment tangent );
[C++]
HRESULT StartTangent(
IPoint* Point,
ISegment* tangent
);
[C++] Parameters Point [in]
Point is a parameter of type IPoint* tangent
tangent is a parameter of type ISegment*