Share

IiLogicAutomation.DeleteRule Method

Deletes a rule in an Inventor document.

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

Syntax

VB

Function DeleteRule ( 
	doc As Document,
	ruleName As String
) As Integer

C#

int DeleteRule(
	Document doc,
	string ruleName
)

Parameters

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

Return Value

Type: Int32

See Also

Reference

Was this information helpful?