Share

ProfileEntityCollection.AddFixedTangentWithPreviousEntity(UInt32, Point2d, Point2d) Method

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.280

Syntax

C#

public ProfileTangent AddFixedTangentWithPreviousEntity(
	uint previousEntityId,
	Point2d startPoint,
	Point2d endPoint
)

VB

Public Function AddFixedTangentWithPreviousEntity ( 
	previousEntityId As UInteger,
	startPoint As Point2d,
	endPoint As Point2d
) As ProfileTangent

C++

public:
ProfileTangent^ AddFixedTangentWithPreviousEntity(
	unsigned int previousEntityId, 
	Point2d startPoint, 
	Point2d 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  Point2d
The first pass-through point.
endPoint  Point2d
The second pass-through point.

Return Value

ProfileTangent

Remarks

Point2d.X and Point2d.Y are the profile's station and elevation respectively.

See Also

Reference

Was this information helpful?