Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Translators Namespace / ReadAutodesk Class / SearchFolders Property

In This Topic
    SearchFolders Property
    In This Topic
    Gets the list of search folders for the missing XReferences.
    Syntax
    'Declaration
     
    Public ReadOnly Property SearchFolders As List(Of String)
    public List<string> SearchFolders {get;}
    See Also