SectionViewQuantityTakeoffTableMaterialListGuid Property |
Gets or sets the material list.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Guid MaterialListGuid { get; set; }
Public Property MaterialListGuid As Guid
Get
Set
public:
property Guid MaterialListGuid {
Guid get ();
void set (Guid value);
}
Property Value
Guid
ExceptionsException | Condition |
---|
[!: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