SectionViewQuantityTakeoffTableGetSelectedMaterials Method |
Gets the selected materials when table type is Material.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Guid[] GetSelectedMaterials()
Public Function GetSelectedMaterials As Guid()
public:
array<Guid>^ GetSelectedMaterials()
Return Value
Guid
ExceptionsException | Condition |
---|
[!:System.InvalidOperationException] |
Thrown when table type is TotalVolume.
|
See Also