Share

QTOMaterialListCollection.Remove(QTOMaterialList) Method

Removes a material list from the collection.



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

Syntax

C#

public bool Remove(
	QTOMaterialList materialList
)

VB

Public Function Remove ( 
	materialList As QTOMaterialList
) As Boolean

C++

public:
bool Remove(
	QTOMaterialList^ materialList
)

Parameters

materialList  QTOMaterialList
The material list to be removed.

Return Value

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

See Also

Reference

Was this information helpful?