ProfileEntityCollectionAddFreeCircularCurveByRadius Method |
Creates a free circular curve constrained by two entities and radius.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic ProfileCircular AddFreeCircularCurveByRadius(
uint previousEntityId,
uint nextEntityId,
double radius
)
Public Function AddFreeCircularCurveByRadius (
previousEntityId As UInteger,
nextEntityId As UInteger,
radius As Double
) As ProfileCircular
public:
ProfileCircular^ AddFreeCircularCurveByRadius(
unsigned int previousEntityId,
unsigned int 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
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