Table of Contents

Struct VmbFeatureEnumEntry

Namespace
VisioForge.Core.Types.X.Sources.AlliedVision
Assembly
VisioForge.Core.dll

Structure containing information about possible entries of an enumeration feature.

public struct VmbFeatureEnumEntry

Inherited Members

Fields

Description

Longer description.

public string Description

Field Value

string

DisplayName

Enumeration entry name to be used in GUIs.

public string DisplayName

Field Value

string

IntValue

Integer value of this enumeration entry.

public long IntValue

Field Value

long

Name

Name used in the API.

public string Name

Field Value

string

SfncNamespace

Namespace this feature resides in.

public string SfncNamespace

Field Value

string

Tooltip

Short description, e.g. for a tooltip.

public string Tooltip

Field Value

string

Visibility

GUI visibility.

public VmbFeatureVisibility Visibility

Field Value

VmbFeatureVisibility