All Frameworks Class Hierarchy This Framework Indexes
DraftingInterfaces Interface CATIDrwDimDimensionLineLinear
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIDrwDimDimensionLineLinear
Manages the linear dimension line.
Method Index
- o
GetForshortenInfo()
- Gets forshortened characteristics on a dimension line.
- o
IsForshorten()
- Returns whether or not a dimension line is forshortened.
- o
SetForshorten(int)
- Sets the forshorten mode On or Off.
Methods
o GetForshortenInfo
| public virtual GetForshortenInfo( | ) |
-
Gets forshortened characteristics on a dimension line.
- Returns:
- The forshortened characteristics or NULL_var if not a forshortened dimension line.
o IsForshorten
| public virtual IsForshorten( | ) |
-
Returns whether or not a dimension line is forshortened.
- Returns:
- 1 if the dimension line is forshortened, 0 if not.
o SetForshorten
| public virtual SetForshorten( | | mode) |
-
Sets the forshorten mode On or Off.
- Parameters:
-
- mode
- Mode On or Off.
Mode legal values are:
- 0
- the dimension line is not forshortened.
- 1
- the dimension line is forshortened.
This object is included in the file: CATIDrwDimDimensionLineLinear.h
If needed, your Imakefile.mk should include the module: CATDraftingInterfaces