Adds a new split location.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public ProfileViewSplitData Add( double rawStation, double datum )
VB
Public Function Add ( rawStation As Double, datum As Double ) As ProfileViewSplitData
C++
public: ProfileViewSplitData^ Add( double rawStation, double datum )
Parameters
- rawStation Double
- Specifies the station of the split location.
- datum Double
- Specifies the elevation of the split location.
Return Value
ProfileViewSplitDataExceptions
| Exception | Condition |
|---|---|
| ArgumentException |
Thrown when:
|
| InvalidOperationException | Thrown when the property ProfileView::SplitProfileView is set to false. |
