QTOMaterialListAdd 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.292
Syntax
public QTOMaterial Add(
	string materialName
)

Parameters

materialName  String
The name of the material to be created.

Return Value

QTOMaterial
See Also