This .NET class wraps the AcCmTransparency::transparencyMethod ObjectARX enumeration.
It contains the transparency methods.
Public Enum TransparencyMethod ByLayer ByBlock ByAlpha ErrorValue End Enum
public enum TransparencyMethod {
ByLayer,
ByBlock,
ByAlpha,
ErrorValue
}
| Members | Description |
|---|---|
| ByLayer | Use the transparency setting for the layer. |
| ByBlock | Use the transparency setting for the block. |
| ByAlpha | Use the alpha value in this class. |
| ErrorValue | Value set if Transparency passes an invalid value. |