All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

KnowledgeInterfaces Interface CATIParmAsStored

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

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


interface CATIParmAsStored

Interface dedicated to parameters valuation in model unit.
Role: This interface is to be used to read and write parameters values corresponding to geometrical dimensions (Length and Angle).
Length's unit is millimeter.
Angle's unit is degree.
This interface is implemented on parameters.

See also:
CATICkeParm


Method Index


o ValuateStored(double)
Valuates parameter value in model unit.
o ValueStored()
Returns parameter value in model unit.

Methods


o ValuateStored
public virtual void ValuateStored( const double iValue) = 0
Valuates parameter value in model unit.
Parameters:
iValue
: value to be stored in model unit.
o ValueStored
public virtual double ValueStored()const = 0
Returns parameter value in model unit.

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

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