Click or drag to resize

SettingsAcquisitionsList Class

List of Acquisition objects
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListSettingsAcquisition
    Zivid.NETSettingsAcquisitionsList

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class AcquisitionsList : List<SettingsAcquisition>

The SettingsAcquisitionsList type exposes the following members.

Constructors
  NameDescription
Public methodSettingsAcquisitionsList
Initializes a new instance of the SettingsAcquisitionsList class
Top
Methods
  NameDescription
Public methodClone
Create a clone (deep copy) of the current instance
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also