Name

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

Synopsis

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

Description

See the note ArchitectureStrings for how to deal with strings.