Table of Contents

Struct VmbFeatureInfo

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

Structure holding read-only information about a feature.

public struct VmbFeatureInfo

Inherited Members

Fields

Category

Category this feature can be found in.

public string Category

Field Value

string

Description

Longer description.

public string Description

Field Value

string

DisplayName

Feature name to be used in GUIs.

public string DisplayName

Field Value

string

FeatureDataType

Data type of this feature.

public VmbFeatureData FeatureDataType

Field Value

VmbFeatureData

FeatureFlags

Access flags for this feature.

public VmbFeatureFlags FeatureFlags

Field Value

VmbFeatureFlags

HasSelectedFeatures

Indicates if the feature selects other features.

public bool HasSelectedFeatures

Field Value

bool

IsStreamable

Indicates if a feature can be stored to / loaded from a file.

public bool IsStreamable

Field Value

bool

Name

Name used in the API.

public string Name

Field Value

string

PollingTime

Predefined polling time for volatile features.

public uint PollingTime

Field Value

uint

Representation

Representation of a numeric feature.

public string Representation

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

Unit

Measuring unit as given in the XML file.

public string Unit

Field Value

string

Visibility

GUI visibility.

public VmbFeatureVisibility Visibility

Field Value

VmbFeatureVisibility