Returns the image width of the selected preset (see Width).
Name  | 
UEyeImageFormatPresetWidth[UEyeImageFormatPresetSelector]  | 
Category  | 
|
Interface  | 
Integer  | 
Access  | 
Read  | 
Unit  | 
-  | 
Visibility  | 
Guru  | 
Values  | 
-  | 
Standard  | 
IDS  | 
Availability uEye+  | 
-  | 
Availability uEye  | 
  | 
Code example
C++
// Determine the current UEyeImageFormatPresetWidth
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("UEyeImageFormatPresetWidth")->Value();
C#
// Determine the current UEyeImageFormatPresetWidth
long value = nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("UEyeImageFormatPresetWidth").Value();
Python
# Determine the current UEyeImageFormatPresetWidth (int)
value = nodeMapRemoteDevice.FindNode("UEyeImageFormatPresetWidth").Value()