ArcObjects Library Reference (Display)  

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