PresetBaseManagedSettingsSettings Property |
The settings of the preset
Namespace:
Zivid.NET.Presets
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public abstract ManagedSettings Settings { get; }
Public MustOverride ReadOnly Property Settings As ManagedSettings
Get
public:
virtual property ManagedSettings Settings {
ManagedSettings get () abstract;
}
Property Value
Type:
ManagedSettingsRemarks
The settings might change between different releases of the SDK. New presets might be added and old ones
might be removed. If having the exact same settings is desired, it is recommended to save them to a YML file
and load as needed.
See Also