public void AddBoolSetting( string strSettingPath, bool[] arrValues, ISettings.CreationFlag eFlag )
public: void AddBoolSetting( String^ strSettingPath, array<bool>^ arrValues, ISettings.CreationFlag eFlag )
Parameters
| Parameter Name | Description |
|---|---|
| strSettingPath | Indicates the path of the setting. |
| arrValues | Array of values added to the setting |
| eFlag | Eplan.EplApi.Base.ISettings.CreationFlag |