Name

OfxPropertySuiteV1::propSetDouble — Set a single value in a double property

Synopsis

#include "ofxProperty.h" 
OfxStatus(*propSetDouble)(OfxPropertySetHandleproperties,
 const char *property,
 intindex,
 doublevalue);
 

Arguments

  • properties - is the handle of the thing holding the property
  • property - is the string labelling the property
  • index - is for multidimenstional properties and is dimension of the one we are setting
  • value - is the value of the property we are setting

Returns