Splits the baseline region.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public BaselineRegion Split( double splitStation )
VB
Public Function Split ( splitStation As Double ) As BaselineRegion
C++
public: BaselineRegion^ Split( double splitStation )
Parameters
- splitStation Double
- The station in the region used to split.
Return Value
BaselineRegionThe new region.
Exceptions
Exception | Condition |
---|---|
[!:System.ArgumentException] | Thrown when the specified splitStation is not between the start and end station of the region. |