Removes the Baseline with the given name.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public bool Remove( string baselineName )
VB
Public Function Remove ( baselineName As String ) As Boolean
C++
public: bool Remove( String^ baselineName )
Parameters
- baselineName String
- Name of the Baseline to be removed.