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".
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Property AddinDirectory As String Get Set
C#
string AddinDirectory { get; set; }
Return Value
Type: StringThe directory path.
