SettingCollection Constructor |
Name | Description | |
---|---|---|
![]() | SettingCollection | This returns back with default setting collection (SID 0). If you want a new setting collection use this: SettingCollection settings = new SettingCollection(new SettingCollection()) |
![]() | SettingCollection(SettingCollection) | This constructor creates a new setting collection based on input collection See RecAPI.kRecCreateSettingsCollection. |