API Help
Eplan.EplApi.DataModel Namespace / ProjectSettings Class / SetDoubleSetting Method
path to project settings
value to set.
0-based index of the setting

SetDoubleSetting Method (ProjectSettings)
Sets the value of project settings on a given path.
Syntax
public virtual void SetDoubleSetting( 
   string strSettingPath,
   double dValue,
   int nIdx
)

Parameters

strSettingPath
path to project settings
dValue
value to set.
nIdx
0-based index of the setting

Return Value

Exceptions
ExceptionDescription
Thrown when strSettingsPath is null.
Thrown when the value cannot be set.
Remarks
Warning: double values are stored with precision to 15 digits only!
See Also