Share

QTOMaterialListCollection.Remove(Guid) Method

Removes a material list specified by GUID from the collection.



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

Syntax

C#

public bool Remove(
	Guid guid
)

VB

Public Function Remove ( 
	guid As Guid
) As Boolean

C++

public:
bool Remove(
	Guid guid
)

Parameters

guid  Guid
The GUID of the material list to be removed.

Return Value

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

See Also

Reference

Was this information helpful?