Indexes   

AnalysisPostProSettingAtt (Object)

Interface to handle the Analysis & Simulation "PostProcessingSetting".

Property Index

AutoPreviewMode
Returns or sets the AutoPreviewMode parameter.
ImageTextSize
Returns or sets the ImageTextSize parameter.
ImageTextStacking
Returns or sets the ImageTextStacking parameter.
ModeImageTextSize
Returns or sets the ModeImageTextSize parameter.
SaveAsNewTemplateDirectory
Returns or sets the SaveAsNewTemplateDirectory parameter.

Method Index

GetAutoPreviewModeInfo
Retrieves environment informations for the AutoPreviewMode parameter.
GetImageTextSizeInfo
Retrieves environment informations for the ImageTextSize parameter.
GetImageTextStackingInfo
Retrieves environment informations for the ImageTextStacking parameter.
GetModeImageTextSizeInfo
Retrieves environment informations for the ModeImageTextSize parameter.
GetSaveAsNewTemplateDirectoryInfo
Retrieves environment informations for the SaveAsNewTemplateDirectory parameter.
SetAutoPreviewModeLock
Locks or unlocks the AutoPreviewMode parameter.
SetImageTextSizeLock
Locks or unlocks the ImageTextSize parameter.
SetImageTextStackingLock
Locks or unlocks the ImageTextStacking parameter.
SetModeImageTextSizeLock
Locks or unlocks the ModeImageTextSize parameter.
SetSaveAsNewTemplateDirectoryLock
Locks or unlocks the SaveAsNewTemplateDirectory parameter.

Properties


o Property AutoPreviewMode() As
Returns or sets the AutoPreviewMode parameter.

Ensure consistency with the C++ interface to which the work is delegated.

o Property ImageTextSize() As
Returns or sets the ImageTextSize parameter.

Ensure consistency with the C++ interface to which the work is delegated.

o Property ImageTextStacking() As
Returns or sets the ImageTextStacking parameter.
Parameters:
iImageTextStacking
Legal values:
0 : Text stacking is Horizontal
1 : Text stacking is Vertical Ensure consistency with the C++ interface to which the work is delegated.
o Property ModeImageTextSize() As
Returns or sets the ModeImageTextSize parameter.
Parameters:
iModeImageTextSize
Legal values:
TRUE : Enables the setting of image text size
FALSE: Disables the setting of image text size Ensure consistency with the C++ interface to which the work is delegated.
o Property SaveAsNewTemplateDirectory() As
Returns or sets the SaveAsNewTemplateDirectory parameter.

Ensure consistency with the C++ interface to which the work is delegated.

Methods


o Func GetAutoPreviewModeInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the AutoPreviewMode parameter.
Role:Retrieves the state of the AutoPreviewMode 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 GetImageTextSizeInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the ImageTextSize parameter.
Role:Retrieves the state of the ImageTextSize 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 GetImageTextStackingInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the ImageTextStacking parameter.
Role:Retrieves the state of the ImageTextStacking 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 GetModeImageTextSizeInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the ModeImageTextSize parameter.
Role:Retrieves the state of the ModeImageTextSize 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 GetSaveAsNewTemplateDirectoryInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the SaveAsNewTemplateDirectory parameter.
Role:Retrieves the state of the SaveAsNewTemplateDirectory 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 SetAutoPreviewModeLock( iLocked)
Locks or unlocks the AutoPreviewMode parameter.
Role:Locks or unlocks the AutoPreviewMode 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 SetImageTextSizeLock( iLocked)
Locks or unlocks the ImageTextSize parameter.
Role:Locks or unlocks the ImageTextSize 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 SetImageTextStackingLock( iLocked)
Locks or unlocks the ImageTextStacking parameter.
Role:Locks or unlocks the ImageTextStacking 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 SetModeImageTextSizeLock( iLocked)
Locks or unlocks the ModeImageTextSize parameter.
Role:Locks or unlocks the ModeImageTextSize 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 SetSaveAsNewTemplateDirectoryLock( iLocked)
Locks or unlocks the SaveAsNewTemplateDirectory parameter.
Role:Locks or unlocks the Xxx 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 © 2006, Dassault Systèmes. All rights reserved.