ProfileViewSplitDataCollectionAdd Method

Adds a new split location.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
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
Exceptions
ExceptionCondition
ArgumentException Thrown when:
  1. The input station is beyond the station range of the profile view.
  2. A split data item exists at the input station.
InvalidOperationException Thrown when the property ProfileView::SplitProfileView is set to false.
See Also