ITransparency Interface Send Feedback
See Also  Members   Example
Allows access to transparency of entities on Layers.

Syntax

Visual Basic 
Public Interface ITransparency 
C# 
public interface ITransparency 
JavaScript 
Object dsTransparency
COM native C++ 
interface ITransparency
C++ 
class dsTransparency

Example

Remarks

To change the transparency of an entity:

  1. Get the entity's transparency object using either IEntityHelper::GetTransparency or the entity's Transparency property.
  2. Determine if the entity's transparency object is by an alpha value, ByBlock, or ByLayer by calling one of the following methods:
  3. Call one of the following methods to change the transparency of that instance of the transparency object:
  4. Update the entity's transparency object using either IEntityHelper::SetTransparency or the entity's Transparency property.

Accessors

Object Model

See Also