Name

OfxPropertySuiteV1::propSetInt — Set a single value in an int property

Synopsis

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

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