BaselineCollectionRemove(Baseline) Method

Removes the given Baseline object.

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

Parameters

baseline  Baseline
The Baseline instance to be removed.

Return Value

Boolean
Remarks

After this method is invoked, the specified Baseline cannot be used any longer.

See Also