All Frameworks Class Hierarchy This Framework Previous Next Indexes
DraftingInterfaces Interface CATIDrwDimValueComponent
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIDrwDimValueComponent
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIDrwDimValueComponent
Manages the dimension value component.
Method Index
- o
GetDressUp()
- Gets the dressup.
- o
GetFormat(CATDftValueAccess)
- Gets the format.
- o
GetText()
- Gets the text.
- o
GetTolerance()
- Gets the tolerance.
- o
RemoveTolerance()
- Removes the tolerance.
- o
SetTolerance(CATIDrwDimTolerance_var)
- Sets the tolerance.
Methods
o GetDressUp
-
Gets the dressup.
- Returns:
- Dressup.
o GetFormat
-
Gets the format.
- Returns:
- Format.
o GetText
-
Gets the text.
- Returns:
- Text.
o GetTolerance
-
Gets the tolerance.
- Returns:
- Tolerance.
o RemoveTolerance
public virtual void RemoveTolerance( | )= 0 |
-
Removes the tolerance.
o SetTolerance
-
Sets the tolerance.
- Parameters:
-
- iTolerance
- Tolerance.
This object is included in the file: CATIDrwDimValueComponent.h
If needed, your Imakefile.mk should include the module: CATDraftingInterfaces