API Help
Eplan.EplApi.Base Namespace / ISettings Interface / ExistSetting Method
path to settings

In This Topic
    ExistSetting Method (ISettings)
    In This Topic
    Check if there exist a setting on path given as a parameter.
    Syntax
    bool ExistSetting( 
       string strSettingPath
    )
    bool ExistSetting( 
       String^ strSettingPath
    ) 

    Parameters

    strSettingPath
    path to settings

    Return Value

    bool indicating if the setting exist
    Exceptions
    ExceptionDescription
    Thrown when strSettingsPath is null.
    See Also