Click or drag to resize

Settings2DAcquisitionsList Class

List of acquisitions. Note that the Zivid SDK only supports a single acquisition per capture in 2D mode.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListSettings2DAcquisition
    Zivid.NETSettings2DAcquisitionsList

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

The Settings2DAcquisitionsList type exposes the following members.

Constructors
  NameDescription
Public methodSettings2DAcquisitionsList
Initializes a new instance of the Settings2DAcquisitionsList 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