All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

DraftingInterfaces Interface CATIDrwDimDimensionLineLinear

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---DraftingInterfaces.CATIDrwDimDimensionLine
        |
        +---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 CATIDrwDimDimensionLineForshortened_var GetForshortenInfo()= 0
Gets forshortened characteristics on a dimension line.
Returns:
The forshortened characteristics or NULL_var if not a forshortened dimension line.
o IsForshorten
public virtual int IsForshorten()= 0
Returns whether or not a dimension line is forshortened.
Returns:
1 if the dimension line is forshortened, 0 if not.
o SetForshorten
public virtual void SetForshorten(int mode) = 0
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

Copyright © 2003, Dassault Systèmes. All rights reserved.