Eplan Platform API
Eplan.EplApi.Base Namespace / Settings Class / ExistSetting Method
Indicates the path of the setting.

ExistSetting Method (Settings)
Verifies whether specified setting exists.
Syntax
public virtual bool ExistSetting( 
   string strSettingPath
)

Parameters

strSettingPath
Indicates the path of the setting.

Return Value

Boolean value that indicates whether setting exists.
Exceptions
ExceptionDescription
Thrown when strSettingPath is null.
Thrown when strSettingPath is empty.
Method failed.
See Also