Settings2DAcquisitionExposureTime Property  | 
 Exposure time for the image.
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
Syntaxpublic Nullable<Duration> ExposureTime { get; set; }Public Property ExposureTime As Nullable(Of Duration)
	Get
	Set
public:
property Nullable<Duration> ExposureTime {
	Nullable<Duration> get ();
	void set (Nullable<Duration> value);
}Property Value
Type: 
NullableDuration
See Also