Adds an empty material with the specified name to the material list.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public QTOMaterial Add( string materialName ) |
| Visual Basic |
|---|
Public Function Add ( _ materialName As String _ ) As QTOMaterial |
| Visual C++ |
|---|
public: QTOMaterial^ Add( String^ materialName ) |
Parameters
- materialName
- Type: System..::..String
The name of the material to be created.