Removes a material list specified by GUID from the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public bool Remove( Guid guid )
Visual Basic
Public Function Remove ( _ guid As Guid _ ) As Boolean
Visual C++
public: bool Remove( Guid guid )
Parameters
- guid
- Type: System.Guid
The GUID of the material list to be removed.