Share

SectionViewQuantityTakeoffTable.GetSelectedMaterials Method

Gets the selected materials when table type is Material.



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

Syntax

C#

public Guid[] GetSelectedMaterials()

VB

Public Function GetSelectedMaterials As Guid()

C++

public:
array<Guid>^ GetSelectedMaterials()

Return Value

Guid

Exceptions

ExceptionCondition
[!:System.InvalidOperationException] Thrown when table type is TotalVolume.

See Also

Reference

Was this information helpful?