CATAnnotationUseItf 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()
-
- o
IsForshorten()
-
- o
SetForshorten(int)
-
Methods
o GetForshortenInfo
public virtual GetForshortenInfo( | ) |
-
- Deprecated:
- R210 Use
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( | ) |
-
- Deprecated:
- R210 Use
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) |
-
- Deprecated:
- R210 Use
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: CATAnnotationUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.