* @copybrief xnSetStringProperty * For full details and usage, see @ref xnSetStringProperty */
| 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 |
no test coverage detected