All Frameworks Class Hierarchy This Framework Previous Next Indexes
DraftingInterfaces Interface CATIDrwDatumTarget
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---DraftingInterfaces.CATIDrwAnnotation
|
+---DraftingInterfaces.CATIDrwAnnotationComponent
|
+---DraftingInterfaces.CATIDrwSimpleText
|
+---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 int GetDiameter( | )= 0 |
-
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
-
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
public virtual void SetDiameter( | int | iHasDiameter) = 0 |
-
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
-
Sets the text on the lower part of the datum target.
o SetUpText
-
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