Visual Basic | |
---|---|
Public Interface ITransparency |
C# | |
---|---|
public interface ITransparency |
JavaScript | |
---|---|
Object dsTransparency |
COM native C++ | |
---|---|
interface ITransparency |
C++ | |
---|---|
class dsTransparency |
To change the transparency of an entity:
- Get the entity's transparency object using either IEntityHelper::GetTransparency or the entity's Transparency property.
- Determine if the entity's transparency object is by an alpha value, ByBlock, or ByLayer by calling one of the following methods:
- Call one of the following methods to change the transparency of that instance of the transparency object:
- Update the entity's transparency object using either IEntityHelper::SetTransparency or the entity's Transparency property.
IAttributeDefinition::Transparency
IAttributeInstance::Transparency
IEntityHelper::GetTransparency