API Help
Eplan.EplApi.DataModel Namespace / ProjectSettings Class / ExistSetting Method
path to project settings

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

Parameters

strSettingPath
path to project settings

Return Value

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