IiLogicAutomationDeleteAllRulesInDocument Method |
Deletes all rules in the specified document only.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Sub DeleteAllRulesInDocument (
doc As Document
)
void DeleteAllRulesInDocument(
Document doc
)
Parameters
- doc
- Type: Document
The document.
See Also