Skip to content

PLCamera.ROIZoneModeEnum Class#

Enables or disables the currently selected ROI zone.

Applies to: GigE and ace USB

Visibility: Expert

Selected by: ROIZoneSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.ROIZoneModeEnum

Constructors#

 NameDescription
Public methodPLCamera.ROIZoneModeEnum Initializes a new instance of the PLCamera.ROIZoneModeEnum class
 

Properties#

 NameDescription
Public propertyName The full name of ROIZoneMode (Overrides ParameterListEnum.Name.)
Public propertyOff

The currently selected ROI zone is disabled.

Applies to: GigE and ace USB

Public propertyOn

The currently selected ROI zone is enabled.

Applies to: GigE and ace USB

 

Methods#

 NameDescription
Public methodToString The full name of ROIZoneMode (Overrides Object.ToString()()()().)
 

PLCamera.ROIZoneModeEnum.ToString Method#

The full name of ROIZoneMode

Return Value#

Type: String
Returns the full name of ROIZoneMode

PLCamera.ROIZoneModeEnum Constructor#

Initializes a new instance of the PLCamera.ROIZoneModeEnum class

PLCamera.ROIZoneModeEnum.Name Property#

The full name of ROIZoneMode

PLCamera.ROIZoneModeEnum.Off Property#

The currently selected ROI zone is disabled.

Applies to: GigE and ace USB

PLCamera.ROIZoneModeEnum.On Property#

The currently selected ROI zone is enabled.

Applies to: GigE and ace USB