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
public virtual CATIDrwDimDressUp_var GetDressUp()const = 0
Gets the dressup.
Returns:
Dressup.
o GetFormat
public virtual CATIDrwDimFormat_var GetFormat(CATDftValueAccess ValFmt=DftDimFirstFormat )const = 0
Gets the format.
Returns:
Format.
o GetText
public virtual CATIDrwDimText_var GetText()const = 0
Gets the text.
Returns:
Text.
o GetTolerance
public virtual CATIDrwDimTolerance_var GetTolerance()const = 0
Gets the tolerance.
Returns:
Tolerance.
o RemoveTolerance
public virtual void RemoveTolerance()= 0
Removes the tolerance.
o SetTolerance
public virtual void SetTolerance( const CATIDrwDimTolerance_var iTolerance) = 0
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

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