All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

GlobalStatisticsSettingAtt (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---SettingController
            |
            +---GlobalStatisticsSettingAtt
 


Interface for Global statistic Controler
Role: the global statistics controler manages the values of all or only a part of the attributes available for all the statistics thematics.


Property Index

BufferSize
Returns or sets the size of buffer.
CopyDirectory
Returns or sets the path of the copy directory.
MaxCopyFile
Returns or sets the maximum number of copy files.
MaxSizePerFile
Returns or sets the maximum size per file.

Method Index

GetThematicsParameterInfo
Retrieves environment informations for the global statistics parameters.
SetThematicsParameterLock
Locks or unlocks the global statistics parameters.

Properties


o Property BufferSize() As long
Returns or sets the size of buffer.
Role: Returns or sets the size of the buffer.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o Property CopyDirectory() As CATBSTR
Returns or sets the path of the copy directory.
Role: Returns or sets the path of the directory where the copy files are located.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o Property MaxCopyFile() As long
Returns or sets the maximum number of copy files.
Role: Returns or sets the value of the maximum number of statistics files copies.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure
o Property MaxSizePerFile() As long
Returns or sets the maximum size per file.
Role: Returns or sets the value of the maximum size of statistics files.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure

Methods


o Func GetThematicsParameterInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean
Retrieves environment informations for the global statistics parameters.
Refer to
SettingController for a detailled description.
o Sub SetThematicsParameterLock(boolean iLocked)
Locks or unlocks the global statistics parameters.
Role:Locks or unlocks the global statistics parameters.
Parameters:
iLocked
the locking operation to be performed Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on Failure

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