ProfileEntityCollectionAddFreeCircularCurveByLength Method |
Creates a free circular curve constrained by two entities and length.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic ProfileCircular AddFreeCircularCurveByLength(
uint previousEntityId,
uint nextEntityId,
double length
)
Public Function AddFreeCircularCurveByLength (
previousEntityId As UInteger,
nextEntityId As UInteger,
length As Double
) As ProfileCircular
public:
ProfileCircular^ AddFreeCircularCurveByLength(
unsigned int previousEntityId,
unsigned int 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
ProfileCircularThe newly created
ProfileCircular.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when either of the given entity IDs are invalid or do not exist in the collection.
|
See Also