Gets or sets the material list.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public Guid MaterialListGuid { get; set; }
VB
Public Property MaterialListGuid As Guid Get Set
C++
public: property Guid MaterialListGuid { Guid get (); void set (Guid value); }
Property Value
GuidExceptions
Exception | 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. |