public void AddDoubleSetting( string strSettingPath, double[] arrValues, Range[] arrRange, ISettings.CreationFlag eFlag )
public: void AddDoubleSetting( String^ strSettingPath, array<double>^ arrValues, array<Range^>^ arrRange, ISettings.CreationFlag eFlag )
Parameters
| Parameter Name | Description |
|---|---|
| strSettingPath | Indicates the path of the setting. |
| arrValues | Array of values added to the setting |
| arrRange | Array of Eplan.EplApi.Base.Range. Used for value validation. |
| eFlag | Eplan.EplApi.Base.ISettings.CreationFlag |