API Help
Eplan.EplApi.Base Namespace / ISettings Interface / ExistSetting Method
path to settings

ExistSetting Method (ISettings)
Check if there exist a setting on path given as a parameter.
Syntax
bool ExistSetting( 
   string strSettingPath
)

Parameters

strSettingPath
path to settings

Return Value

bool indicating if the setting exist
Exceptions
ExceptionDescription
Thrown when strSettingsPath is null.
See Also