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
tangenttangent is a parameter of type ISegment
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.