Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectSettings Class / SetStringSetting Method / SetStringSetting(String,String) Method
Path to the project setting
Value to be set

In This Topic
    SetStringSetting(String,String) Method
    In This Topic
    Sets the value of a project setting in a specified path to the first free index.
    Syntax
    public virtual void SetStringSetting( 
       string strSettingPath,
       string strValue
    )
    public:
    virtual void SetStringSetting( 
       String^ strSettingPath,
       String^ strValue
    ) 

    Parameters

    strSettingPath
    Path to the project setting
    strValue
    Value to be set
    Exceptions
    ExceptionDescription
    Thrown if the strSettingsPath parameter is NULL.
    Thrown if the value cannot be set.
    See Also