CANTCurveCollectionAddUserDefinedCurve Method |
Adds user defined curve to this collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic CANTCurve AddUserDefinedCurve(
AlignmentSubEntity startSubEntity,
AlignmentSubEntity endSubEntity
)
Public Function AddUserDefinedCurve (
startSubEntity As AlignmentSubEntity,
endSubEntity As AlignmentSubEntity
) As CANTCurve
public:
CANTCurve^ AddUserDefinedCurve(
AlignmentSubEntity^ startSubEntity,
AlignmentSubEntity^ endSubEntity
)
Parameters
- startSubEntity AlignmentSubEntity
- The start sub entity to create CANTCurve.
- endSubEntity AlignmentSubEntity
- The end sub entity to create CANTCurve.
Return Value
CANTCurve
ExceptionsException | Condition |
---|
[!:System.ArgumentNullException] |
Thrown when start or end sub entity is null.
|
ArgumentException |
Thrown when:
- When start or end sub entity is not in this alignment.
- When sub entities from start to end entity are not connected.
- CANT curve already exists between start sub entity and end sub entity.
|
[!:System.ArgumentNullException] |
Thrown when start or end sub entity is null.
|
ArgumentException |
Thrown when:
- When start or end sub entity is not in this alignment.
- When sub entities from start to end entity are not connected.
- CANT curve already exists between start sub entity and end sub entity.
|
See Also