This document is archived and information here might be outdated.  Recommended version.


INewArcFeedback.StartTangent Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewArcFeedback Interface > INewArcFeedback.StartTangent Method
ArcGIS Developer Help

INewArcFeedback.StartTangent Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INewArcFeedback Interface