Removes a material specified by GUID from the material list.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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 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