This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewArcFeedback Interface > INewArcFeedback.StartTangent Method (ArcObjects .NET 10.5 SDK) |
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