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

In This Topic
    ExistSetting Method (SettingNode)
    In This Topic
    Verifies whether specified setting exists.
    Syntax
    public bool ExistSetting( 
       string strSettingPath
    )
    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