Name

OfxPropertySuiteV1::propSetPointer — Set a single value in a pointer property

Synopsis

#include "ofxProperty.h" 
OfxStatus (*propSetPointer) ( OfxPropertySetHandle properties ,
  const char * property ,
  int index ,
  void * 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