Struct VmbFeatureInfo
- Assembly
- VisioForge.Core.dll
Structure holding read-only information about a feature.
public struct VmbFeatureInfoInherited Members
Fields
Category
Category this feature can be found in.
public string CategoryField Value
Description
Longer description.
public string DescriptionField Value
DisplayName
Feature name to be used in GUIs.
public string DisplayNameField Value
FeatureDataType
Data type of this feature.
public VmbFeatureData FeatureDataTypeField Value
FeatureFlags
Access flags for this feature.
public VmbFeatureFlags FeatureFlagsField Value
HasSelectedFeatures
Indicates if the feature selects other features.
public bool HasSelectedFeaturesField Value
IsStreamable
Indicates if a feature can be stored to / loaded from a file.
public bool IsStreamableField Value
Name
Name used in the API.
public string NameField Value
PollingTime
Predefined polling time for volatile features.
public uint PollingTimeField Value
Representation
Representation of a numeric feature.
public string RepresentationField Value
SfncNamespace
Namespace this feature resides in.
public string SfncNamespaceField Value
Tooltip
Short description, e.g. for a tooltip.
public string TooltipField Value
Unit
Measuring unit as given in the XML file.
public string UnitField Value
Visibility
GUI visibility.
public VmbFeatureVisibility Visibility