Gets or sets the material list.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public Guid MaterialListGuid { get; set; } |
Visual Basic |
---|
Public Property MaterialListGuid As Guid
Get
Set |
Visual C++ |
---|
public:
property Guid MaterialListGuid {
Guid get ();
void set (Guid value);
} |
Exceptions
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.
|
See Also