QTOMaterialListCollectionAdd Method |
Add an empty material list with the specified name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic QTOMaterialList Add(
string materialListName
)
Public Function Add (
materialListName As String
) As QTOMaterialList
public:
QTOMaterialList^ Add(
String^ materialListName
)
Parameters
- materialListName String
- The name of the material list to be created.
Return Value
QTOMaterialList
See Also