for GdPicture.NET
XTractFlow.API Namespace / Configuration Class / ResourcesFolder Property



In This Topic

    ResourcesFolder Property

    In This Topic
    Specifies the path to the directory containing the engine resources (mostly dictionaries).
    Syntax
    'Declaration
     
    
    Public Shared Property ResourcesFolder As String
    'Usage
     
    
    Dim value As String
     
    Configuration.ResourcesFolder = value
     
    value = Configuration.ResourcesFolder
    public static string ResourcesFolder {get; set;}
    public:
    static property String^ ResourcesFolder {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    The default value is 'resources'
    See Also