Skip to content

PLCamera.ShadingSetSelectorEnum Class#

Sets which shading set can be enabled or created.

Applies to: CameraLink and GigE

Visibility: Expert

Selected by: ShadingSelector

Selecting Parameters: ShadingSetActivate, ShadingSetCreate

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.ShadingSetSelectorEnum

Constructors#

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

Properties#

 NameDescription
Public propertyDefaultShadingSet

The default shading set can be loaded using the Activate command.

Applies to: CameraLink and GigE

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

User Shading Set 1 can be loaded using the Activate command.

Applies to: CameraLink and GigE

Public propertyUserShadingSet2

User Shading Set 2 can be loaded using the Activate command.

Applies to: CameraLink and GigE

 

Methods#

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

PLCamera.ShadingSetSelectorEnum.ToString Method#

The full name of ShadingSetSelector

Return Value#

Type: String
Returns the full name of ShadingSetSelector

PLCamera.ShadingSetSelectorEnum Constructor#

Initializes a new instance of the PLCamera.ShadingSetSelectorEnum class

PLCamera.ShadingSetSelectorEnum.DefaultShadingSet Property#

The default shading set can be loaded using the Activate command.

Applies to: CameraLink and GigE

PLCamera.ShadingSetSelectorEnum.Name Property#

The full name of ShadingSetSelector

PLCamera.ShadingSetSelectorEnum.UserShadingSet1 Property#

User Shading Set 1 can be loaded using the Activate command.

Applies to: CameraLink and GigE

PLCamera.ShadingSetSelectorEnum.UserShadingSet2 Property#

User Shading Set 2 can be loaded using the Activate command.

Applies to: CameraLink and GigE