Enumeration AcCmTransparencyMethod

Defines how transparency is interpreted.

This mirrors the transparencyMethod enum from ObjectARX:

  • ByLayer: Use the layer’s transparency
  • ByBlock: Use a parent block’s transparency
  • ByAlpha: Use a specific alpha value
  • ErrorValue: Invalid transparency state

Enumeration Members

Enumeration Members

ByAlpha: 2
ByBlock: 1
ByLayer: 0
ErrorValue: 3