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
int DeleteRule(
Document doc,
string ruleName
)
Parameters
- doc
- Type: Document
The document. - ruleName
- Type: SystemString
The name of the rule to delete.
Return Value
Type:
Int32See Also