Share

IiLogicAutomation.DeleteAllRulesInDocument Method

Deletes all rules in the specified document only.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Sub DeleteAllRulesInDocument ( 
	doc As Document
)

C#

void DeleteAllRulesInDocument(
	Document doc
)

Parameters

doc
Type: Document
The document.

See Also

Reference

Was this information helpful?