Specifies the transparency value for the entity.
Supported platforms: Windows only
Signature
VBA:
object.EntityTransparency
- object
-
Type: All drawing objects
The object this property applies to.
Property Value
Read-only: No
Type: String
Use one of the following values:
- ByLayer: Transparency value determined by layer
- ByBlock: Transparency value determined by block
- 0: Fully opaque (not transparent)
- 1-90: Transparency value defined as a percentage
Remarks
When representing a percentage of transparency for an entity, the string value is of an integer and not a double.
Examples
VBA:
Not available
Visual LISP:
Not available