All Frameworks Class Hierarchy This Framework Indexes
DraftingInterfaces Interface CATIDrwDatumTarget
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIDrwDatumTarget
Interface on Datum target objects.
Method Index
- o
GetDiameter()
- Returns the presence of the diameter symbol in the upper part of the datum target.
- o
GetLowText()
- Returns the text on the lower part of the datum target.
- o
GetUpText()
- Returns the text on the upper part of the datum target.
- o
SetDiameter(int)
- Set the presence or not of the diameter symbol in the upper part of the datum target.
- o
SetLowText(CATUnicodeString&)
- Sets the text on the lower part of the datum target.
- o
SetUpText(CATUnicodeString&)
- Sets the text on the upper part of the datum target.
Methods
o GetDiameter
| public virtual GetDiameter( | ) |
-
Returns the presence of the diameter symbol in the upper part of the datum target.
- Parameters:
-
- HasDiameter
- 0 : No symbol
1 : The datum target has a diameter symbol
o GetLowText
| public virtual GetLowText( | ) |
-
Returns the text on the lower part of the datum target.
o GetUpText
| public virtual GetUpText( | ) |
-
Returns the text on the upper part of the datum target.
o SetDiameter
| public virtual SetDiameter( | | iHasDiameter) |
-
Set the presence or not of the diameter symbol in the upper part of the datum target.
- Parameters:
-
- iHasDiameter
- 0 : No symbol
1 : The datum target has a diameter symbol
o SetLowText
| public virtual SetLowText( | | iLowText) |
-
Sets the text on the lower part of the datum target.
o SetUpText
| public virtual SetUpText( | | iUpText) |
-
Sets the text on the upper part of the datum target.
This object is included in the file: CATIDrwDatumTarget.h
If needed, your Imakefile.mk should include the module: CATDraftingInterfaces