Name

OfxPropertySuiteV1::propGetInt — Get a single value of an int property

Synopsis

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

Arguments

  • properties - is the handle of the thing holding the property
  • property - is the string labelling the property
  • index - refers to the index of a multi-dimensional property
  • value - is a pointer the return location

Returns