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


IBezierCurveGEN.SetChordLengthTangentAtTo Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IBezierCurveGEN.SetChordLengthTangentAtTo Method

Establishes tangent vector at 'to' point, based on chord length parametrization; and sets flag whether it has been set by user or by smoothing process.

[Visual Basic .NET]
Public Sub SetChordLengthTangentAtTo ( _
    ByVal tangent As IPoint, _
    ByVal setByUser As Boolean _
)
[C#]
public void SetChordLengthTangentAtTo (
    IPoint tangent,
    bool setByUser
);
[C++]
HRESULT SetChordLengthTangentAtTo(
  IPoint* tangent,
  VARIANT_BOOL setByUser
);
[C++]

Parameters tangent
tangent is a parameter of type IPoint setByUser setByUser is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IBezierCurveGEN Interface