You can configure the location for external rules and DLL files, access an automation object, disable DoubleForEquals, and display iLogic version details.
Options panel
iLogic Configuration.
Enter the file name or select an existing file to replace
Save.
Locate file to import
Open.
To access the automation object from an iLogic rule, use the property iLogicVb.Automation.
The automation object implements the interface Autodesk.iLogic.Interfaces.iLogicAutomation. Documentation for this interface is provided in Autodesk.iLogic.Interfaces.xml.
DoubleForEquals is the default type for all numeric Inventor parameters used in rules.
Use the following statement at the beginning of a rule to disable this setting:
iLogicOption DoubleForEquals Off
This statement is like the standard Visual Basic Option statement.
Click the Security Options button to access the iLogic Security dialog box. Use these settings to enable security checks for identifying unsafe rules
.