Transparency Property (ILayer) Send Feedback
See Also  Example
Gets or sets the transparency percentage for this Layer.

Syntax

Visual Basic 
Property Transparency As System.Integer
C# 
System.int Transparency {get; set;}
JavaScript 
get_Transparency () : dsSystem.int
put_Transparency (
   NewVal : dsSystem.int
)
COM native C++ 
HRESULT get_Transparency(
   LONG*Val 
) 
HRESULT put_Transparency( 
   LONG NewVal
C++ 
DSRESULT get_Transparency (
   long*Val 
)
DSRESULT put_Transparency(
   long NewVal
)

Property Value

Transparency percentage (see Remarks)

Example

Remarks

The transparency percentage is between 0 and 90 where 0 means no transparency (opaque).

See Also

Availability

DraftSight V1R6.0