All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

System Interface CATISysPCSStatisticsSettingAtt

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATISysGeneralStatisticsSettingAtt
        |
        +---CATISysPCSStatisticsSettingAtt
 

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


interface CATISysPCSStatisticsSettingAtt

Interface to handle the parameters of the PCS statistic.
Role: This interface is implemented by a component which represents the controller of the PCS statistic.
This interface defines:


For the definitions of methods and variables common to every thematic, see the CATISysGeneralStatisticsSettingAtt


Method Index


o GetMemUse(CATBoolean&)
Retrieves the activation state of the memory field.
o SetMemUse(CATBoolean&)
Sets the activation state of the memory field.

Methods


o GetMemUse
public virtual HRESULT GetMemUse(CATBoolean& oStatus)=0
Retrieves the activation state of the memory field.
Role: Retrieves the activation state of the memory field
Parameters:
oStatus
Legal values:
TRUE : activated
FALSE: not activated
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o SetMemUse
public virtual HRESULT SetMemUse( const CATBoolean& iStatus)=0
Sets the activation state of the memory field.
Role: Retrieves the activation state of the memory field
Parameters:
iStatus
Legal values:
TRUE : activated
FALSE: not activated
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure

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

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