IiLogicAutomationDeleteAllRules Method |
Deletes all rules in a document. In an assembly, this will also recursively delete all rules in all the referenced documents.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
SyntaxSub DeleteAllRules (
doc As Document
)
void DeleteAllRules(
Document doc
)
Parameters
- doc
- Type: Document
The document.
See Also