Removes a material item from the material.

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

Syntax

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

Parameters

materialItem
Type: Autodesk.Civil.DatabaseServices..::..QTOMaterialItem
The material item to be removed.

Return Value

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

See Also