ProfileEntityCollectionAddFreeCircularCurveByLength Method

Creates a free circular curve constrained by two entities and length.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public ProfileCircular AddFreeCircularCurveByLength(
	uint previousEntityId,
	uint nextEntityId,
	double length
)

Parameters

previousEntityId  UInt32
The ID of the previous entity to attach to.
nextEntityId  UInt32
The ID of the next entity to attach to.
length  Double
The length of the curve.

Return Value

ProfileCircular
The newly created ProfileCircular.
Exceptions
ExceptionCondition
ArgumentException Thrown when either of the given entity IDs are invalid or do not exist in the collection.
See Also