Removes a station from the BaselineRegion.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void DeleteStation( double rawStation )
VB
Public Sub DeleteStation ( rawStation As Double )
C++
public: void DeleteStation( double rawStation )
Parameters
- rawStation Double
- The station number to remove.