ArcObjects Library Reference (Carto)  

IRasterDisplayProps.TransparencyValue Property

Transparency value for a raster.

[Visual Basic .NET]
Public Property TransparencyValue As Integer
[C#]
public int TransparencyValue {get; set;}
[C++]
HRESULT get_TransparencyValue(
  Long* pValue
);
[C++]
HRESULT put_TransparencyValue(
  Long pValue
);
[C++]

Parameters

pValue [out, retval]   pValue is a parameter of type Long pValue [in]   pValue is a parameter of type Long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The TransparencyValue value ranges from 0 to 100, with 0 representing opaque and 100 representing fully transparent.

See Also

IRasterDisplayProps Interface