Removes the given Baseline object.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool Remove( Baseline baseline )
VB
Public Function Remove ( baseline As Baseline ) As Boolean
C++
public: bool Remove( Baseline^ baseline )
Parameters
Return Value
BooleanRemarks
After this method is invoked, the specified Baseline cannot be used any longer.