IiLogicAutomationDeleteAlliLogicObjects Method |
Deletes all rules in a document.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Sub DeleteAlliLogicObjects (
doc As Document
)
void DeleteAlliLogicObjects(
Document doc
)
Parameters
- doc
- Type: Document
Remarks This is deprecated. It is provided for backward compatibility. Use DeleteAllRules instead.
See Also