Unibrain API-810 User Manual Page 66

  • Download
  • Add to my manuals
  • Print
  • Page
    / 97
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 65
66
MaxValueString = Feature.MaxValueString
C++ syntax
BSTR MaxValueString;
HRESULT hr = pIFeature->get_MaxValueString(&MaxValueString);
Unit property
Prototype
FireiXFeatureUnit Unit
Comments
This is a read-only property that will retrieve the unit of the value of the feature as FireiXFeatureUnit
enumerated values.
Possible values returned are:
fuNone,
fuFractionPercent,
fuExposureValue,
fuKelvin,
fuDegree,
fuTime,
fuDecibel,
fuFStops,
fuDistance,
fuActualPercent
Visual Basic 6.0 syntax
Dim Unit As FireiXFeatureUnit
Unit = Feature.Unit
C++ syntax
FireiXFeatureUnit Unit;
HRESULT hr = pIFeature->get_Unit(&Unit);
AbsoluteValue property
Prototype
Single AbsoluteValue
Comments
This is a read/write property that will retrieve or set the absolute value of this FireiXFeature. For this
property to be enabled instead of the Value property, the Absolute or SoftAbsolute properties must
be True. Additionally, the value must reside in the boundaries set by the MinAbsoluteValue and
MaxAbsoluteValue properties.
Since absolute values have fractional parts, this value is represented through a single-precision floating point
number.
Page view 65
1 2 ... 61 62 63 64 65 66 67 68 69 70 71 ... 96 97

Comments to this Manuals

No comments