MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / SetStringProperty

Method SetStringProperty

Include/XnCppWrapper.h:2731–2734  ·  view source on GitHub ↗

* @copybrief xnSetStringProperty * For full details and usage, see @ref xnSetStringProperty */

Source from the content-addressed store, hash-verified

2729 * For full details and usage, see @ref xnSetStringProperty
2730 */
2731 inline XnStatus SetStringProperty(const XnChar* strName, const XnChar* strValue)
2732 {
2733 return xnSetStringProperty(GetHandle(), strName, strValue);
2734 }
2735
2736 /**
2737 * @copybrief xnSetGeneralProperty

Calls 2

xnSetStringPropertyFunction · 0.85
GetHandleFunction · 0.85

Tested by

no test coverage detected