ProfileViewSplitDataCollectionAdd Method |
Adds a new split location.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ProfileViewSplitData Add(
double rawStation,
double datum
)
Public Function Add (
rawStation As Double,
datum As Double
) As ProfileViewSplitData
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
ProfileViewSplitData
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
- The input station is beyond the station range of the profile view.
- A split data item exists at the input station.
|
InvalidOperationException |
Thrown when the property ProfileView::SplitProfileView is set to false.
|
See Also