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

ReadSettings Method (ProjectSettings)
Reads settings from settings file.
Syntax
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