BaselineCollectionRemove(String) Method

Removes the Baseline with the given name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool Remove(
	string baselineName
)

Parameters

baselineName  String
Name of the Baseline to be removed.

Return Value

Boolean
See Also