Removes a overridden station from region.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool RemoveOverriddenStation( double station )
VB
Public Function RemoveOverriddenStation ( station As Double ) As Boolean
C++
public: bool RemoveOverriddenStation( double station )
Parameters
- station Double
- The overridden station to remove.
Return Value
BooleanWhether remove succeeds.