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

SetStringSetting(String,String,Int32) Method
Sets the value of a project setting in a specified path.
Syntax
public virtual void SetStringSetting( 
   string strSettingPath,
   string strValue,
   int nIdx
)

Parameters

strSettingPath
Path to the project setting
strValue
Value to be set
nIdx
0-based index of the setting
Exceptions
ExceptionDescription
Thrown if the strSettingsPath parameter is NULL.
Thrown if the value cannot be set.
See Also