Name

OfxPropertySuiteV1::propSetString — Set a single value in a string property

Synopsis

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

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