Removes a material item specified by name from the sub criteria.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public bool Remove( string name )
Visual Basic
Public Function Remove ( _ name As String _ ) As Boolean
Visual C++
public: bool Remove( String^ name )
Parameters
- name
- Type: System.String
The name of the material item to be removed.