ProfileEntityCollectionAddFreeCircularCurveByRadius Method

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

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

Parameters

previousEntityId  UInt32
The ID of the previous entity to attach to.
nextEntityId  UInt32
The ID of the next entity to attach to.
radius  Double
The radius 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