API Help
Eplan.EplApi.DataModel Namespace / ProjectSettings Class / SetStringSetting Method / SetStringSetting(String,String) Method
path to project settings
value to set.

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

    Parameters

    strSettingPath
    path to project settings
    strValue
    value to set.

    Return Value

    Exceptions
    ExceptionDescription
    Thrown when strSettingsPath is null.
    Thrown when the value cannot be set.
    See Also