Click or drag to resize

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
Syntax
Sub DeleteAllRules ( 
	doc As Document
)

Parameters

doc
Type: Document
The document.
See Also