Skip to content

ParameterPath Class#

Lists common objects.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterPath

Syntax#

C#

public static class ParameterPath

VB

Public NotInheritable Class ParameterPath

The ParameterPath type exposes the following members.

Properties#

NameDescription
Public propertyStatic memberCameraDevice The camera device.
Public propertyStatic memberCameraInstance The camera object instance.
Public propertyStatic memberChunkData The chunk data of the grab result.
Public propertyStatic memberDeviceTransportLayer The device transport layer.
Public propertyStatic memberEventGrabber The event grabber.
Public propertyStatic memberInterface The interface (only available for interface objects).
Public propertyStatic memberPixelDataConverter The image format converter parameter path.
Public propertyStatic memberStreamGrabber0 The stream grabber, number 0.
Public propertyStatic memberVideoWriter The video writer parameter path.
 

ParameterPath.CameraDevice Property#

The camera device.

Syntax#

C#

public static string CameraDevice { get; }

VB

Public Shared ReadOnly Property CameraDevice As String
    Get

Property Value#

Type: String

ParameterPath.CameraInstance Property#

The camera object instance.

Syntax#

C#

public static string CameraInstance { get; }

VB

Public Shared ReadOnly Property CameraInstance As String
    Get

Property Value#

Type: String

ParameterPath.ChunkData Property#

The chunk data of the grab result.

Syntax#

C#

public static string ChunkData { get; }

VB

Public Shared ReadOnly Property ChunkData As String
    Get

Property Value#

Type: String

ParameterPath.DeviceTransportLayer Property#

The device transport layer.

Syntax#

C#

public static string DeviceTransportLayer { get; }

VB

Public Shared ReadOnly Property DeviceTransportLayer As String
    Get

Property Value#

Type: String

ParameterPath.EventGrabber Property#

The event grabber.

Syntax#

C#

public static string EventGrabber { get; }

VB

Public Shared ReadOnly Property EventGrabber As String
    Get

Property Value#

Type: String

ParameterPath.Interface Property#

The interface (only available for interface objects).

Syntax#

C#

public static string Interface { get; }

VB

Public Shared ReadOnly Property Interface As String
    Get

Property Value#

Type: String

ParameterPath.PixelDataConverter Property#

The image format converter parameter path.

Syntax#

C#

public static string PixelDataConverter { get; }

VB

Public Shared ReadOnly Property PixelDataConverter As String
    Get

Property Value#

Type: String

ParameterPath.StreamGrabber0 Property#

The stream grabber, number 0.

Syntax#

C#

public static string StreamGrabber0 { get; }

VB

Public Shared ReadOnly Property StreamGrabber0 As String
    Get

Property Value#

Type: String

ParameterPath.VideoWriter Property#

The video writer parameter path.

Syntax#

C#

public static string VideoWriter { get; }

VB

Public Shared ReadOnly Property VideoWriter As String
    Get

Property Value#

Type: String