Returns the vertical offset in pixels from the origin to the ROI (region of interest) of the selected preset (see OffsetY).
Name  | 
UEyeImageFormatPresetOffsetY[UEyeImageFormatPresetSelector]  | 
Category  | 
|
Interface  | 
Integer  | 
Access  | 
Read  | 
Unit  | 
-  | 
Visibility  | 
Guru  | 
Values  | 
-  | 
Standard  | 
IDS  | 
Availability uEye+  | 
-  | 
Availability uEye  | 
  | 
Code example
C++
// Determine the current UEyeImageFormatPresetOffsetY
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("UEyeImageFormatPresetOffsetY")->Value();
C#
// Determine the current UEyeImageFormatPresetOffsetY
long value = nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("UEyeImageFormatPresetOffsetY").Value();
Python
# Determine the current UEyeImageFormatPresetOffsetY (int)
value = nodeMapRemoteDevice.FindNode("UEyeImageFormatPresetOffsetY").Value()