Gets or sets an array of directory paths that are to be searched for external rules.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Property ExternalRuleDirectories As String() Get Set
C#
string[] ExternalRuleDirectories { get; set; }
Return Value
Type: String[]An array of directory paths.
