Indexes   

RenderingSettingAtt (Object)

The interface to access a CATIARenderingSettingAtt.

Property Index

EngineInterface
Returns or sets the EngineInterface parameter.
OutputHeight
Returns or sets the OutputHeight parameter.
OutputPath
Returns or sets the OutputPath parameter.
OutputSizeFrom
Returns or sets the OutputSizeFrom parameter.
OutputType
Returns or sets the OutputType parameter.
OutputWidth
Returns or sets the OutputWidth parameter.
SaveAutoIncrement
Returns or sets the SaveAutoIncrement parameter.

Method Index

GetEngineInterfaceInfo
Retrieves environment informations for the EngineInterface parameter.
GetOutputHeightInfo
Retrieves environment informations for the OutputHeight parameter.
GetOutputPathInfo
Retrieves environment informations for the OutputPath parameter.
GetOutputSizeFromInfo
Retrieves environment informations for the OutputSizeFrom parameter.
GetOutputTypeInfo
Retrieves environment informations for the OutputType parameter.
GetOutputWidthInfo
Retrieves environment informations for the OutputWidth parameter.
GetSaveAutoIncrementInfo
Retrieves environment informations for the SaveAutoIncrement parameter.
SetEngineInterfaceLock
Locks or unlocks the EngineInterface parameter.
SetOutputHeightLock
Locks or unlocks the OutputHeight parameter.
SetOutputPathLock
Locks or unlocks the OutputPath parameter.
SetOutputSizeFromLock
Locks or unlocks the OutputSizeFrom parameter.
SetOutputTypeLock
Locks or unlocks the OutputType parameter.
SetOutputWidthLock
Locks or unlocks the OutputWidth parameter.
SetSaveAutoIncrementLock
Locks or unlocks the SaveAutoIncrement parameter.

Properties


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

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

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

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

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

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

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

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

Parameters:
OutputSizeFrom
where to get the image size for a QuickRender. Legal values:
1 : same size as viewpoint.
2 : fixed size. Ensure consistency with the C++ interface to which the work is delegated.
o Property OutputType() As
Returns or sets the OutputType parameter.

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

Parameters:
OutputType
where to save the image after a QuickRender. Legal values:
1 : image saved to default file.
2 : save image to specific file.
o Property OutputWidth() As
Returns or sets the OutputWidth parameter.

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

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

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

Methods


o Func GetEngineInterfaceInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the EngineInterface parameter.
Role:Retrieves the state of the EngineInterface 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 GetOutputHeightInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the OutputHeight parameter.
Role:Retrieves the state of the OutputHeight 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 GetOutputPathInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the OutputPath parameter.
Role:Retrieves the state of the OutputPath 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 GetOutputSizeFromInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the OutputSizeFrom parameter.
Role:Retrieves the state of the OutputSizeFrom 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 GetOutputTypeInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the OutputType parameter.
Role:Retrieves the state of the OutputType 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 GetOutputWidthInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the OutputWidth parameter.
Role:Retrieves the state of the OutputWidth 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 GetSaveAutoIncrementInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the SaveAutoIncrement parameter.
Role:Retrieves the state of the SaveAutoIncrement 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 SetEngineInterfaceLock( iLocked)
Locks or unlocks the EngineInterface parameter.
Role:Locks or unlocks the EngineInterface 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 SetOutputHeightLock( iLocked)
Locks or unlocks the OutputHeight parameter.
Role:Locks or unlocks the OutputHeight 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 SetOutputPathLock( iLocked)
Locks or unlocks the OutputPath parameter.
Role:Locks or unlocks the OutputPath 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 SetOutputSizeFromLock( iLocked)
Locks or unlocks the OutputSizeFrom parameter.
Role:Locks or unlocks the OutputSizeFrom 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 SetOutputTypeLock( iLocked)
Locks or unlocks the OutputType parameter.
Role:Locks or unlocks the OutputType 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 SetOutputWidthLock( iLocked)
Locks or unlocks the OutputWidth parameter.
Role:Locks or unlocks the OutputWidth 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 SetSaveAutoIncrementLock( iLocked)
Locks or unlocks the SaveAutoIncrement parameter.
Role:Locks or unlocks the SaveAutoIncrement 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.