CategoryBaseManagedPreset Class | 
 
Preset category.
A preset category contains a collection of presets optimized for one scenario or use case.
Inheritance Hierarchy 
    Namespace: 
   Zivid.NET.Presets
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntaxpublic abstract class CategoryBase<ManagedPreset>
Public MustInherit Class CategoryBase(Of ManagedPreset)
generic<typename ManagedPreset>
public ref class CategoryBase abstract
Type Parameters
- ManagedPreset
 
The CategoryBaseManagedPreset type exposes the following members.
Constructors
Properties| 
								 
							 | Name | Description | 
|---|
  | Name | The name of the preset category  | 
  | Presets | The presets of the category  | 
Top
Methods| 
								 
							 | Name | Description | 
|---|
  | ToString | Get string representation of the preset category  (Overrides ObjectToString.) | 
Top
See Also