Skip to content

PLCamera.Scan3dDistanceUnitEnum Class#

Specifies the unit used when delivering (calibrated) distance data.

Applies to: blaze

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.Scan3dDistanceUnitEnum

Constructors#

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

Properties#

 NameDescription
Public propertyDeviceSpecific

Distance values are in device-specific units.

Applies to: blaze

Public propertyMillimeter

Distance values are in millimeter units (default).

Applies to: blaze

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

Methods#

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

PLCamera.Scan3dDistanceUnitEnum.ToString Method#

The full name of Scan3dDistanceUnit

Return Value#

Type: String
Returns the full name of Scan3dDistanceUnit

PLCamera.Scan3dDistanceUnitEnum Constructor#

Initializes a new instance of the PLCamera.Scan3dDistanceUnitEnum class

PLCamera.Scan3dDistanceUnitEnum.DeviceSpecific Property#

Distance values are in device-specific units.

Applies to: blaze

PLCamera.Scan3dDistanceUnitEnum.Millimeter Property#

Distance values are in millimeter units (default).

Applies to: blaze

PLCamera.Scan3dDistanceUnitEnum.Name Property#

The full name of Scan3dDistanceUnit