API Help
Eplan.EplApi.Base Namespace / SettingNode Class / ExistSetting Method
Path of the setting.

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

Parameters

strSettingPath
Path of the setting.

Return Value

Boolean value that indicates whether setting exists.
Exceptions
ExceptionDescription
The value of the parameter object is NULL.
The object has not been initialized correctly.
The function failed.
See Also