QTOMaterialListRemove(QTOMaterial) Method |
Removes a material from the material list.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool Remove(
QTOMaterial material
)
Public Function Remove (
material As QTOMaterial
) As Boolean
public:
bool Remove(
QTOMaterial^ material
)
Parameters
- material QTOMaterial
- The material object to be removed.
Return Value
Boolean
If the material doesn't exist in the material list, the method will return false. Otherwise, it will return true.
See Also