Removes a material list from the collection.

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

Syntax

C#
public bool Remove(
	QTOMaterialList materialList
)
Visual Basic
Public Function Remove ( _
	materialList As QTOMaterialList _
) As Boolean
Visual C++
public:
bool Remove(
	QTOMaterialList^ materialList
)

Parameters

materialList
Type: Autodesk.Civil.DatabaseServices..::..QTOMaterialList
The material list to be removed.

Return Value

If the material list doesn't exist in current collection, the method will return false. Otherwise, it will return true.

See Also