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