Autodesk.AutoCAD.Colors Namespace > TransparencyMethod Enumeration
Autodesk.AutoCAD.Colors.TransparencyMethod Enumeration
Description

 

This .NET class wraps the AcCmTransparency::transparencyMethod ObjectARX enumeration. 

It contains the transparency methods.

Visual Basic
Public Enum TransparencyMethod
  ByLayer
  ByBlock
  ByAlpha
  ErrorValue
End Enum
C#
public enum TransparencyMethod {
  ByLayer,
  ByBlock,
  ByAlpha,
  ErrorValue
}
Members
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. 
   Comments?