Struct VmbFeatureInfo
Structure holding read-only information about a feature.
Inherited Members
Namespace: VisioForge.Core.Types.X.Sources.AlliedVision
Assembly: VisioForge.Core.dll
Syntax
public struct VmbFeatureInfo
Fields
Category
Category this feature can be found in.
Declaration
public string Category
Field Value
Type | Description |
---|---|
string |
Description
Longer description.
Declaration
public string Description
Field Value
Type | Description |
---|---|
string |
DisplayName
Feature name to be used in GUIs.
Declaration
public string DisplayName
Field Value
Type | Description |
---|---|
string |
FeatureDataType
Data type of this feature.
Declaration
public VmbFeatureData FeatureDataType
Field Value
Type | Description |
---|---|
VmbFeatureData |
FeatureFlags
Access flags for this feature.
Declaration
public VmbFeatureFlags FeatureFlags
Field Value
Type | Description |
---|---|
VmbFeatureFlags |
HasSelectedFeatures
Indicates if the feature selects other features.
Declaration
public bool HasSelectedFeatures
Field Value
Type | Description |
---|---|
bool |
IsStreamable
Indicates if a feature can be stored to / loaded from a file.
Declaration
public bool IsStreamable
Field Value
Type | Description |
---|---|
bool |
Name
Name used in the API.
Declaration
public string Name
Field Value
Type | Description |
---|---|
string |
PollingTime
Predefined polling time for volatile features.
Declaration
public uint PollingTime
Field Value
Type | Description |
---|---|
uint |
Representation
Representation of a numeric feature.
Declaration
public string Representation
Field Value
Type | Description |
---|---|
string |
SfncNamespace
Namespace this feature resides in.
Declaration
public string SfncNamespace
Field Value
Type | Description |
---|---|
string |
Tooltip
Short description, e.g. for a tooltip.
Declaration
public string Tooltip
Field Value
Type | Description |
---|---|
string |
Unit
Measuring unit as given in the XML file.
Declaration
public string Unit
Field Value
Type | Description |
---|---|
string |
Visibility
GUI visibility.
Declaration
public VmbFeatureVisibility Visibility
Field Value
Type | Description |
---|---|
VmbFeatureVisibility |