SectionViewQuantityTakeoffTableMaterialListGuid Property

Gets or sets the material list.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public Guid MaterialListGuid { get; set; }

Property Value

Guid
Exceptions
ExceptionCondition
[!:System.InvalidOperationException] Thrown when getting material list but no material list is set to current table.
[!:System.ArgumentException] Thrown when the specified materialListGuid doesn't exist, or the specified materialListGuid will result in duplicate tables in the section view.
See Also