All Frameworks  Object Hierarchy  This Framework  Indexes   

AnalysisPostProANRSettingAtt (Object)

Interface to handle the Analysis & Simulation "PostProcessingSetting".

Property Index

DMUPlayerDeformation
Returns or sets the DMUPlayerDeformation parameter.
DMUPlayerMode
Returns or sets the DMUPlayerMode parameter.
DMUPlayerStepsNumber
Returns or sets the DMUPlayerStepsNumber parameter.

Method Index

GetDMUPlayerDeformationInfo
Retrieves environment informations for the DMUPlayerDeformation parameter.
GetDMUPlayerModeInfo
Retrieves environment informations for the DMUPlayerMode parameter.
SetDMUPlayerDeformationLock
Locks or unlocks the DMUPlayerDeformation parameter.
SetDMUPlayerModeLock
Locks or unlocks the DMUPlayerMode parameter.

Properties


o Property DMUPlayerDeformation() As
Returns or sets the DMUPlayerDeformation parameter.
Parameters:
iDMUPlayerDeformation
Legal values:
1 : Deformation is real
2 : Deformation is amplified Ensure consistency with the C++ interface to which the work is delegated.
o Property DMUPlayerMode() As
Returns or sets the DMUPlayerMode parameter.
Parameters:
iDMUPlayerMode
Legal values:
1 : Mode is One Occurrence
2 : Mode is All Occurrences Ensure consistency with the C++ interface to which the work is delegated.
o Property DMUPlayerStepsNumber() As
Returns or sets the DMUPlayerStepsNumber parameter. Ensure consistency with the C++ interface to which the work is delegated.

Methods


o Func GetDMUPlayerDeformationInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the DMUPlayerDeformation parameter.
Role:Retrieves the state of the DMUPlayerDeformation parameter in the current environment.
Parameters:
ioAdminLevel

If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset.
ioLocked
Indicates if the parameter has been locked.
Returns:
Indicates if the parameter has been explicitly modified or remain to the administrated value.
o Func GetDMUPlayerModeInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the DMUPlayerMode parameter.
Role:Retrieves the state of the DMUPlayerMode parameter in the current environment.
Parameters:
ioAdminLevel

If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset.
ioLocked
Indicates if the parameter has been locked.
Returns:
Indicates if the parameter has been explicitly modified or remain to the administrated value.
o Sub SetDMUPlayerDeformationLock( iLocked)
Locks or unlocks the DMUPlayerDeformation parameter.
Role:Locks or unlocks the DMUPlayerDeformation parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.
Parameters:
iLocked
the locking operation to be performed Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter.
o Sub SetDMUPlayerModeLock( iLocked)
Locks or unlocks the DMUPlayerMode parameter.
Role:Locks or unlocks the DMUPlayerMode parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.
Parameters:
iLocked
the locking operation to be performed Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter.

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