Add Method

Adds an empty material with the specified name to the material list.

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

Syntax

C#

public QTOMaterial Add(
	string materialName
)

Visual Basic

Public Function Add ( _
	materialName As String _
) As QTOMaterial

Visual C++

public:
QTOMaterial^ Add(
	String^ materialName
)

Parameters

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

See Also