iLogicFileOptions.AddinDirectory Property

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: 25.0

Syntax

VB

Property AddinDirectory As String
	Get
	Set

C#

string AddinDirectory { get; set; }

Return Value

Type: String
The directory path.

See Also

Reference

iLogicFileOptions Interface
Autodesk.iLogic.Interfaces Namespace