QTOMaterialListRemove(Guid) Method

Removes a material specified by GUID from the material list.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool Remove(
	Guid guid
)

Parameters

guid  Guid
The GUID of the material to be removed.

Return Value

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