Click or drag to resize

IiLogicAutomationDeleteRule Method

Deletes a rule in an Inventor document.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Function DeleteRule ( 
	doc As Document,
	ruleName As String
) As Integer

Parameters

doc
Type: Document
The document.
ruleName
Type: SystemString
The name of the rule to delete.

Return Value

Type: Int32
See Also