All Frameworks Class Hierarchy This Framework Previous Next Indexes
DraftingInterfaces Interface CATIDftBalloon
System.IUnknown
|
+---DraftingInterfaces.CATIDftAnnotation
|
+---DraftingInterfaces.CATIDftText
|
+---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
GetPartNumberSpec(CATICkeParm**)
- Get the part specification of balloon.
- o
GetText(wchar_t**)
- Get the text of balloon.
- o
SetPartNumberSpec(CATICkeParm*)
- Set the part specification of balloon.
- o
SetText(wchar_t*)
- Set the text of balloon.
Methods
o GetPartNumberSpec
-
Get the part specification of balloon.
- Parameters:
-
-
-
- oPartNumber : part specification.
- Returns:
-
- S_OK
- if the operation succeeded.
- E_FAIL
- if the operation failed.
o GetText
public virtual HRESULT GetText( | wchar_t** | oText) = 0 |
-
Get the text of balloon.
- Parameters:
-
-
-
- oText : text.
- Returns:
-
- S_OK
- if the operation succeeded.
- E_FAIL
- if the operation failed.
o SetPartNumberSpec
-
Set the part specification of balloon.
- Parameters:
-
-
-
- iPartNumber : part specification.
- Returns:
-
- S_OK
- if the operation succeeded.
- E_FAIL
- if the operation failed.
o SetText
public virtual HRESULT SetText( | const wchar_t* | iText) = 0 |
-
Set the text of balloon.
- Parameters:
-
-
-
- iText : text.
- Returns:
-
- S_OK
- if the operation succeeded.
- E_FAIL
- if the operation failed.
This object is included in the file: CATIDftBalloon.h
If needed, your Imakefile.mk should include the module: CATDraftingInterfaces