Eplan Platform API
Eplan.EplApi.Base Namespace / SettingNode Class / ExistSetting Method
Indicates the path of the setting (relative to path of the node, path starts after the path of the node).

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

Parameters

strSettingPath
Indicates the path of the setting (relative to path of the node, path starts after the path of the node).

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