Share

ProfileEntityCollection.AddFixedTangent(Point3d, Point3d) Method

Note: This API is now obsolete.

Creates a fixed Tangent defined by 2 pass-through points.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

[ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).", 
	false)]
public ProfileTangent AddFixedTangent(
	Point3d startPoint,
	Point3d endPoint
)

VB

<ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).", 
	false)>
Public Function AddFixedTangent ( 
	startPoint As Point3d,
	endPoint As Point3d
) As ProfileTangent

C++

public:
[ObsoleteAttribute(L"Use the overload method which takes Point2d as parameter(s).", 
	false)]
ProfileTangent^ AddFixedTangent(
	Point3d startPoint, 
	Point3d endPoint
)

Parameters

startPoint  Point3d
The first pass-through point.
endPoint  Point3d
The second pass-through point.

Return Value

ProfileTangent

See Also

Reference

Was this information helpful?