Share

QTOMaterialList.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.8.0.280

Syntax

C#

public QTOMaterial Add(
	string materialName
)

VB

Public Function Add ( 
	materialName As String
) As QTOMaterial

C++

public:
QTOMaterial^ Add(
	String^ materialName
)

Parameters

materialName  String
The name of the material to be created.

Return Value

QTOMaterial

See Also

Reference

Was this information helpful?