Share

ProfileViewSplitDataCollection.Add Method

Adds a new split location.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

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

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

Reference

Was this information helpful?