Skip to content

PLCamera.ShadingSetDefaultSelectorEnum Class#

Sets the shading set that will be loaded into the volatile memory during camera start.

Applies to: CameraLink and GigE

Visibility: Expert

Selected by: ShadingSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.ShadingSetDefaultSelectorEnum

Constructors#

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

Properties#

 NameDescription
Public propertyDefaultShadingSet

The default shading set is selected as the bootup shading set.

Applies to: CameraLink and GigE

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

User Shading Set 1 is selected as the bootup shading set.

Applies to: CameraLink and GigE

Public propertyUserShadingSet2

User Shading Set 2 is selected as the bootup shading set.

Applies to: CameraLink and GigE

 

Methods#

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

PLCamera.ShadingSetDefaultSelectorEnum.ToString Method#

The full name of ShadingSetDefaultSelector

Return Value#

Type: String
Returns the full name of ShadingSetDefaultSelector

PLCamera.ShadingSetDefaultSelectorEnum Constructor#

Initializes a new instance of the PLCamera.ShadingSetDefaultSelectorEnum class

PLCamera.ShadingSetDefaultSelectorEnum.DefaultShadingSet Property#

The default shading set is selected as the bootup shading set.

Applies to: CameraLink and GigE

PLCamera.ShadingSetDefaultSelectorEnum.Name Property#

The full name of ShadingSetDefaultSelector

PLCamera.ShadingSetDefaultSelectorEnum.UserShadingSet1 Property#

User Shading Set 1 is selected as the bootup shading set.

Applies to: CameraLink and GigE

PLCamera.ShadingSetDefaultSelectorEnum.UserShadingSet2 Property#

User Shading Set 2 is selected as the bootup shading set.

Applies to: CameraLink and GigE