| CategoryBaseManagedPresetPresets Property  | 
 The presets of the category
 
    Namespace: 
   Zivid.NET.Presets
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
 Syntax
Syntaxpublic abstract ManagedPreset[] Presets { get; }Public MustOverride ReadOnly Property Presets As ManagedPreset()
	Get
public:
virtual property array<ManagedPreset>^ Presets {
	array<ManagedPreset>^ get () abstract;
}Property Value
Type: 
ManagedPreset Remarks
Remarks
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
See Also