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

In This Topic
    ExistSetting Method (Settings)
    In This Topic
    Verifies whether specified setting exists.
    Syntax
    public virtual bool ExistSetting( 
       string strSettingPath
    )
    public:
    virtual bool ExistSetting( 
       String^ strSettingPath
    ) 

    Parameters

    Parameter NameDescription
    strSettingPathIndicates 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.
    Thrown if the method failed.
    See Also