Add Method

Add an empty material list with the specified name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public QTOMaterialList Add(
	string materialListName
)

Visual Basic

Public Function Add ( _
	materialListName As String _
) As QTOMaterialList

Visual C++

public:
QTOMaterialList^ Add(
	String^ materialListName
)

Parameters

materialListName
Type: System.String
The name of the material list to be created.

See Also