Removes a selected material for Material table.

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

Syntax

C#
public bool RemoveSelectedMaterial(
	Guid materialGuid
)
Visual Basic
Public Function RemoveSelectedMaterial ( _
	materialGuid As Guid _
) As Boolean
Visual C++
public:
bool RemoveSelectedMaterial(
	Guid materialGuid
)

Parameters

materialGuid
Type: System..::..Guid

Return Value

Returns 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.

See Also