Removes a material item from the material.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool Remove( QTOMaterialItem materialItem )
VB
Public Function Remove ( materialItem As QTOMaterialItem ) As Boolean
C++
public: bool Remove( QTOMaterialItem^ materialItem )
Parameters
- materialItem QTOMaterialItem
- The material item to be removed.
Return Value
BooleanIf the material item doesn't exist in the material, the method will return false. Otherwise, it will return true.