Skip to content

PLCamera.FeatureSetEnum Class#

Sets the default GenICam XML file. If the camera has multiple GenICam XML files, this parameter determines which of them is accessible to non-manifest-aware software.

Applies to: CameraLink and GigE

Visibility: Guru

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.FeatureSetEnum

Constructors#

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

Properties#

 NameDescription
Public propertyBasic

The basic feature set is made available. This provides nearly all features.

Applies to: CameraLink and GigE

Public propertyFull

The full feature set is made available. This provides all features.

Applies to: CameraLink and GigE

Public propertyName The full name of FeatureSet (Overrides ParameterListEnum.Name.)
 

Methods#

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

PLCamera.FeatureSetEnum.ToString Method#

The full name of FeatureSet

Return Value#

Type: String
Returns the full name of FeatureSet

PLCamera.FeatureSetEnum Constructor#

Initializes a new instance of the PLCamera.FeatureSetEnum class

PLCamera.FeatureSetEnum.Basic Property#

The basic feature set is made available. This provides nearly all features.

Applies to: CameraLink and GigE

PLCamera.FeatureSetEnum.Full Property#

The full feature set is made available. This provides all features.

Applies to: CameraLink and GigE

PLCamera.FeatureSetEnum.Name Property#

The full name of FeatureSet