Click or drag to resize

iLogicFileOptions Interface

Options for external rule and referenced DLL folders.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public Interface iLogicFileOptions

The iLogicFileOptions type exposes the following members.

Properties
  NameDescription
Public propertyAddinDirectory
Gets or sets the directory path to be searched for DLLs that are referenced with the AddReference keyword. These are sometimes referred to as "iLogic addins".
Public propertyExternalRuleDirectories
Gets or sets an array of directory paths that are to be searched for external rules.
Top
See Also