public void AddNumericDefault( string strSettingPath, int[] arrDefaults, Range[] arrRange, ISettings.CreationFlag eFlag )
public: void AddNumericDefault( String^ strSettingPath, array<int>^ arrDefaults, array<Range^>^ arrRange, ISettings.CreationFlag eFlag )
Parameters
| Parameter Name | Description |
|---|---|
| strSettingPath | Indicates the path of the setting (relative to path of the node, path starts after the path of the node). |
| arrDefaults | Array of default values |
| arrRange | Array of Range. Used for value validation. |
| eFlag | ISettings.CreationFlag |