Share

QTOMaterialListCollection.Add Method

Add an empty material list with the specified name.



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

Syntax

C#

public QTOMaterialList Add(
	string materialListName
)

VB

Public Function Add ( 
	materialListName As String
) As QTOMaterialList

C++

public:
QTOMaterialList^ Add(
	String^ materialListName
)

Parameters

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

Return Value

QTOMaterialList

See Also

Reference

Was this information helpful?