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: 30.0
Syntax
VB
Sub DeleteAllRules ( doc As Document )
C#
void DeleteAllRules( Document doc )
Parameters
- doc
- Type: Document
The document.