Function Entry: VL-VPLAYER-GET-TRANSPARENCY

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: VL-VPLAYER-GET-TRANSPARENCY

Name

vl-vplayer-get-transparency

Class

BricsCAD Viewport-Layer Function

Syntax

(vl-vplayer-get-transparency layer viewport)

Arguments and Values

  • layer specifies the layer to retrieve the
  • viewport-specific transparency override
  • can be :
  • 1. name (string) the name of the
  • layer
  • 2. ename (ename) the entity name
  • of the layer
  • viewport specifies the viewport
  • can be
  • 1. ename (ename) the viewport's entity
  • name
  • 2. cvport (integer) the viewport's
  • CVPORT viewport number

Description

This function returns the viewport-specific transparency override value for the layer.

Return Values

list (transparency isOverride)

transparency (integer) 0…255

isOverride T indicates that the value is a true override, NIL indicates a normal property value

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes