コンテンツにスキップ

ParameterListEnum Class#

Advanced: This class is used to create parameter lists.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    More…

Syntax#

C#

public abstract class ParameterListEnum

VB

Public MustInherit Class ParameterListEnum

The ParameterListEnum type exposes the following members.

Constructors#

 名前説明
Public methodParameterListEnum Initializes a new instance of the ParameterListEnum class
 

プロパティ#

 名前説明
Public property名前 The name of the enum parameter as string.
 

Reference#

Basler.Pylon Namespace

ParameterListEnum Constructor#

Initializes a new instance of the ParameterListEnum class

Syntax#

C#

public ParameterListEnum()

VB

Public Sub New

ParameterListEnum.Name Property#

The name of the enum parameter as string.

Syntax#

C#

public abstract string Name { get; }

VB

Public MustOverride ReadOnly Property Name As String
    Get

Property Value#

Type: String