Adds a new split location.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
Visual Basic |
---|
Public Function Add ( _
rawStation As Double, _
datum As Double _
) As ProfileViewSplitData |
Parameters
- rawStation
- Type: System..::..Double
Specifies the station of the split location.
- datum
- Type: System..::..Double
Specifies the elevation of the split location.
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when:
- The input station is beyond the station range of the profile view.
- A split data item exists at the input station.
|
System..::..InvalidOperationException |
Thrown when the property ProfileView::SplitProfileView is set to false.
|
See Also