All Frameworks Class Hierarchy This Framework Indexes
DraftingInterfaces 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
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
| public virtual GetPartNumberSpec( | | oPartNumber) |
-
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 GetText( | | oText) |
-
Get the text of balloon.
- Parameters:
-
-
-
- oText : text.
- Returns:
-
- S_OK
- if the operation succeeded.
- E_FAIL
- if the operation failed.
o SetPartNumberSpec
| public virtual SetPartNumberSpec( | const | iPartNumber) |
-
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 SetText( | const | iText) |
-
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