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

SetStringSetting(String,String) Method
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
)

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