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

Iso11783IL_OPChangeFillAttribute

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

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

Parameters

  • objectID: Object ID of a fill attribute object
  • color: Color index
  • type: Fill type:
    • 0 = do not fill
    • 1 = fill with line color
    • 2 = fill with fill color
    • 3 = fill with pattern from patternID
  • patternID: Object ID of a picture object, which is used as fill pattern
  • implement: Simulation node to apply the function.

Return Values

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

Example