Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdRxResourceLoader::loadString Method
Syntax
C++
static OdResult loadString(const OdRxObject* pClass, unsigned int id, unsigned int sourceHint, OdString& result);

Load the string identified by the ID and a hint. Queries the class for OdRxResourceLoader and calls subLoadString() to do the actual loading. 

 

Parameters
Description
pClass
[in] Class to be queried.
id
[in] Resource ID of the string.
sourceHint
[in] Resource ID hint.
result
[out] Loaded string.

Result of the subLoadString() call for the queried class or eNotImplemented if the subLoadString() is not implemented in the queried class.

Copyright © 2002-2022. Open Design Alliance All rights reserved.