IntProperty::GetValueText

Background

This method retrieves the attribute value in a string.

Prototype

virtual int GetValueText( char * pszText, int nMax )

Parameters

  • char * pszText: The method returns the attribute value in this string.
  • int nMax: The maximum number of characters in the output string.

Return Value

Non-zero indicates success, zero indicates failure.