ProfileEntityCollectionAddFixedTangentWithPreviousEntity(UInt32, Point3d, Point3d) Method

Note: This API is now obsolete.

Creates a fixed Tangent defined by 2 pass-through points and previous entity id.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
[ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).", 
	false)]
public ProfileTangent AddFixedTangentWithPreviousEntity(
	uint previousEntityId,
	Point3d startPoint,
	Point3d endPoint
)

Parameters

previousEntityId  UInt32
Previous entity id to connect this entity. If previous entity is disconnected with the new entity, this parameter will be ommited.
startPoint  Point3d
The first pass-through point.
endPoint  Point3d
The second pass-through point.

Return Value

ProfileTangent
See Also