FeatureValue
class FeatureValue
The value associated with a feature.
Types
Properties
Link copied to clipboard
The name of a feature that a feature value corresponds to.
Link copied to clipboard
The value in string format associated with a feature. Used when your CollectionType is None. Note that features types can be String, Integral, or Fractional. This value represents all three types as a string.
Link copied to clipboard
The list of values in string format associated with a feature. Used when your CollectionType is a List, Set, or Vector. Note that features types can be String, Integral, or Fractional. These values represents all three types as a string.