Properties
- Property EngineInterface() As
-
Returns or sets the EngineInterface parameter.
Ensure consistency with the C++ interface to which the work is delegated.
- Property OutputHeight() As
-
Returns or sets the OutputHeight parameter.
Ensure consistency with the C++ interface to which the work is delegated.
- Property OutputPath() As
-
Returns or sets the OutputPath parameter.
Ensure consistency with the C++ interface to which the work is delegated.
- 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. dd>
- 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. dd>
- Property OutputWidth() As
-
Returns or sets the OutputWidth parameter.
Ensure consistency with the C++ interface to which the work is delegated.
- Property SaveAutoIncrement() As
-
Returns or sets the SaveAutoIncrement parameter.
Ensure consistency with the C++ interface to which the work is delegated.
Methods
- 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. dd> - ioLocked
- Indicates if the parameter has been locked. dd>
- Returns:
- Indicates if the parameter has been explicitly modified or remain to the administrated value. dd>
- 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. dd> - ioLocked
- Indicates if the parameter has been locked. dd>
- Returns:
- Indicates if the parameter has been explicitly modified or remain to the administrated value. dd>
- 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. dd> - ioLocked
- Indicates if the parameter has been locked. dd>
- Returns:
- Indicates if the parameter has been explicitly modified or remain to the administrated value. dd>
- 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. dd> - ioLocked
- Indicates if the parameter has been locked. dd>
- Returns:
- Indicates if the parameter has been explicitly modified or remain to the administrated value. dd>
- 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. dd> - ioLocked
- Indicates if the parameter has been locked. dd>
- Returns:
- Indicates if the parameter has been explicitly modified or remain to the administrated value. dd>
- 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. dd> - ioLocked
- Indicates if the parameter has been locked. dd>
- Returns:
- Indicates if the parameter has been explicitly modified or remain to the administrated value. dd>
- 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. dd> - ioLocked
- Indicates if the parameter has been locked. dd>
- Returns:
- Indicates if the parameter has been explicitly modified or remain to the administrated value. dd>
- 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. dd>
- 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. dd>
- 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. dd>
- 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. dd>
- 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. dd>
- 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. dd>
- 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. dd>