SectionViewQuantityTakeoffTableRemoveSelectedMaterial Method

Removes a selected material for Material table.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool RemoveSelectedMaterial(
	Guid materialGuid
)

Parameters

materialGuid  Guid
 

Return Value

Boolean
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