Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTextIterator::createObject Method
Syntax
C++
static OdDbTextIteratorPtr createObject(const OdChar* textString, int length, bool raw, OdCodePageId codePageId, const OdGiTextStyle* pTextStyle);

Creates an TextIterator object for the specified data. 

 

Parameters
Description
textString
[in] Text string to be parsed.
length
[in] Length of string in bytes.
raw
[in] If and only if true, character sequences in the form of %%c will be treated as raw text.
codePageId
[in] Object ID of the Code Page of the text.
pTextStyle
[in] Pointer to the TextStyle object associated with the specified text.

Returns a SmartPointer to the new OdDbTextIterator object.

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