Removes a station from the BaselineRegion.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
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.