Adds user defined curve to this collection.
Adds user defined curve to this collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public SuperelevationCurve AddUserDefinedCurve( AlignmentSubEntity startSubEntity, AlignmentSubEntity endSubEntity )
Visual Basic
Public Function AddUserDefinedCurve ( _ startSubEntity As AlignmentSubEntity, _ endSubEntity As AlignmentSubEntity _ ) As SuperelevationCurve
Visual C++
public: SuperelevationCurve^ AddUserDefinedCurve( AlignmentSubEntity^ startSubEntity, AlignmentSubEntity^ endSubEntity )
Parameters
- startSubEntity
- Type: Autodesk.Civil.DatabaseServices.AlignmentSubEntity
The start sub entity to create SuperelevationCurve.The start sub entity to create SuperelevationCurve.
- endSubEntity
- Type: Autodesk.Civil.DatabaseServices.AlignmentSubEntity
The end sub entity to create SuperelevationCurve.The end sub entity to create SuperelevationCurve.
Exceptions
Exception | Condition |
---|---|
[!:System.ArgumentNullException] | Thrown when start or end sub entity is null. |
System.ArgumentException |
Thrown when:
|
[!:System.ArgumentNullException] | Thrown when start or end sub entity is null. |
System.ArgumentException |
Thrown when:
|