Remove Method (QTOMaterial)

Removes a material from the material list.

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

Syntax

C#

public bool Remove(
	QTOMaterial material
)

Visual Basic

Public Function Remove ( _
	material As QTOMaterial _
) As Boolean

Visual C++

public:
bool Remove(
	QTOMaterial^ material
)

Parameters

material
Type: Autodesk.Civil.DatabaseServices.QTOMaterial
The material object to be removed.

Return Value

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

See Also