API Help
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

    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