#include <IDXTag.h>
Inherits DX::IDXModelOwned, DX::IDXModelInfoOwned, and DX::IDXUserData.
Public Member Functions | |
virtual const wchar_t *DXMCALL | GetText () const =0 |
virtual DXError DXMCALL | SetText (const wchar_t *text)=0 |
virtual const wchar_t* DXMCALL DX::IDXTag::GetText | ( | ) | const [pure virtual] |
Get the text of this tag.
virtual DXError DXMCALL DX::IDXTag::SetText | ( | const wchar_t * | text | ) | [pure virtual] |
Set the text of this tag.
text | The new value to set the text to. |