All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

DraftingInterfaces Interface CATIDrwDimToleranceAlphaNum

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIDrwDimToleranceAlphaNum
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIDrwDimToleranceAlphaNum

Manages the dimension alphanumerical tolerance.


Method Index


o GetFirstTolerance()
Gets the tolerance first value.
o GetSecondTolerance()
Gets the tolerance second value.
o SetFirstTolerance(CATUnicodeString&)
Sets the tolerance first value.
o SetSecondTolerance(CATUnicodeString&)
Sets the tolerance second value.

Methods


o GetFirstTolerance
public virtual CATUnicodeString GetFirstTolerance()const = 0
Gets the tolerance first value.
Returns:
Value.
o GetSecondTolerance
public virtual CATUnicodeString GetSecondTolerance()const = 0
Gets the tolerance second value.
Returns:
Value.
o SetFirstTolerance
public virtual void SetFirstTolerance( const CATUnicodeString& iFirstTolerance)= 0
Sets the tolerance first value.
Parameters:
iFirstTolerance
Value.
o SetSecondTolerance
public virtual void SetSecondTolerance( const CATUnicodeString& iSecondTolerance)= 0
Sets the tolerance second value.
Parameters:
iSecondTolerance
Value.

This object is included in the file: CATIDrwDimToleranceAlphaNum.h
If needed, your Imakefile.mk should include the module: CATDraftingInterfaces

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