CATAnnotationUseItf Interface CATIDftBalloon

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIDftBalloon

Interface for Balloon objects.


Method Index


o GetText(CATUnicodeString&)
Get the text of Balloon.
o SetText(CATUnicodeString&)
Set the text of Balloon.

Methods


o GetText
public virtual GetText( oText)
Get the text of Balloon.
Parameters:
oText
[out] The label of the Balloon
Returns:
S_OK Label has been correctly retrieved E_UNEXPECTED An unexpected error occured
o SetText
public virtual SetText( const iText)
Set the text of Balloon.
Parameters:
iText
[in] The label to set in the Balloon
Returns:
S_OK Label has been correctly set E_UNEXPECTED An unexpected error occured

This object is included in the file: CATIDftBalloon.h
If needed, your Imakefile.mk should include the module: CATAnnotationUseItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.