SectionViewQuantityTakeoffTableAddSelectedMaterial Method

Adds a selected material for Material table.

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

Parameters

materialGuid  Guid
 

Return Value

Boolean
Returns false when table type is TotalVolume or no material list is set to current table, or the specified material is not in current material list.
See Also