Click or drag to resize

SettingCollection Constructor

Overload List
  NameDescription
Public methodSettingCollection

This returns back with default setting collection (SID 0).

If you want a new setting collection use this: SettingCollection settings = new SettingCollection(new SettingCollection())

Public methodSettingCollection(SettingCollection)

This constructor creates a new setting collection based on input collection

See RecAPI.kRecCreateSettingsCollection.
Top
See Also