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