Name

OfxPropertySuiteV1::propSetPointerN — Set multiple values of the pointer property

Synopsis

#include "ofxProperty.h" 
OfxStatus(*propSetPointerN)(OfxPropertySetHandleproperties,
 const char *property,
 intcount,
 void **value);
 

Arguments

  • properties - is the handle of the thing holding the property
  • property - is the string labelling the property
  • count - is the number of values we are setting in that property (ie: indicies 0..count-1)
  • value - is a pointer to an array of property values

Returns