Share

BaselineCollection.Remove(String) Method

Removes the Baseline with the given name.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

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.

Return Value

Boolean

See Also

Reference

Was this information helpful?