Name

OfxPropertySuiteV1::propGetDouble — Get a single value of a double property

Synopsis

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

Arguments

  • properties -
  • property -
  • index -
  • value -

Description

See the note ArchitectureStrings for how to deal with strings.

Returns