MaterialListGuid Property

Gets or sets the material list.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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

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