Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_OPChangeLineAttribute

Iso11783IL_OPChangeLineAttribute

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_OPChangeLineAttribute( dword objectID, dword color, dword width, dword art ); // form 1
long Iso11783IL_OPChangeLineAttribute( dbNode implement, dword objectID, dword color, dword width, dword art ); // form 2

Description

The function changes the properties of a line attribute object. A Change Line Attribute command is sent to the Virtual Terminal.

Parameters

  • objectID: Object ID of a line attribute object
  • color: Color index
  • width: Width of line in pixel
  • art: Bit pattern which is used to draw the line
  • implement: Simulation node to apply the function.

Return Values

  • 0: Function has been executed successfully
  • < 0: An error has occurred, see error codes

Example

Iso11783IL_OPChangeLineAttribute( 1100, 10, 3, 0xaa );