API Help
Eplan.EplApi.DataModel Namespace / ProjectSettings Class / ReadSettings Method
Settings file name

In This Topic
    ReadSettings Method (ProjectSettings)
    In This Topic
    Reads settings from settings file.
    Syntax
    public void ReadSettings( 
       string strFilename
    )
    public:
    void ReadSettings( 
       String^ strFilename
    ) 

    Parameters

    strFilename
    Settings file name
    Exceptions
    ExceptionDescription
    Thrown when strFilename is null.
    Thrown when strFilename is empty.
    Thrown when file strFilename does not exist.
    See Also