Removes a selected material for Material table.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool RemoveSelectedMaterial( Guid materialGuid )
VB
Public Function RemoveSelectedMaterial ( materialGuid As Guid ) As Boolean
C++
public: bool RemoveSelectedMaterial( Guid materialGuid )
Parameters
- materialGuid Guid
Return Value
BooleanReturns false when table type is TotalVolume, or the specified material is not selected, or removing the material will result in duplicate tables in the section view.