Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Iso11783OPChangeSize

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783OPChangeSize( dword ecuHandle, dword objectID, dword width, dword height );

Description

The function changes the size of an object. A Change Size command to the Virtual Terminal.

Parameters

  • ecuHandle: Handle of the ECU (must be created with Iso11783CreateECU)
  • objectID: Object ID of the object
  • width: Width in pixel
  • height: Height in pixel

Return Values

0 or error code

Example

Iso11783OPChangeSize( handle, 1200, 80, 40 );