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


IBezierCurveGEN.SetChordLengthTangentAtFrom Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IB > IBezierCurveGEN Interface > IBezierCurveGEN.SetChordLengthTangentAtFrom Method
ArcGIS Developer Help

IBezierCurveGEN.SetChordLengthTangentAtFrom Method

Establishes tangent vector at 'from' 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 SetChordLengthTangentAtFrom ( _
    ByVal tangent As IPoint, _
    ByVal setByUser As Boolean _
)
[C#]
public void SetChordLengthTangentAtFrom (
    IPoint tangent,
    bool setByUser
);
[C++]
HRESULT SetChordLengthTangentAtFrom(
  IPoint* tangent,
  VARIANT_BOOL setByUser
);
[C++]
Parameters
tangent 

tangent is a parameter of type IPoint* setByUser
setByUser is a parameter of type bool

Product Availability

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

See Also

IBezierCurveGEN Interface