Share

BaselineCollection.Remove(Baseline) Method

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

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

Reference

Was this information helpful?