API Help
Eplan.EplApi.DataModel Namespace / ProjectSettings Class / ExistSetting Method
path to project settings

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

    Parameters

    strSettingPath
    path to project settings

    Return Value

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