Share

SectionViewQuantityTakeoffTable.AddSelectedMaterial Method

Adds a selected material for Material table.



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

Syntax

C#

public bool AddSelectedMaterial(
	Guid materialGuid
)

VB

Public Function AddSelectedMaterial ( 
	materialGuid As Guid
) As Boolean

C++

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

Reference

Was this information helpful?