This document is archived and information here might be outdated.  Recommended version.


IGlobeDisplayLayers.LayerTransparency Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayLayers Interface > IGlobeDisplayLayers.LayerTransparency Property
ArcGIS Developer Help

IGlobeDisplayLayers.LayerTransparency Property

Transparency percentage of a layer.

[Visual Basic .NET]
Public Sub set_LayerTransparency ( _
    ByVal pLayer As ILayer, _
    ByVal A_2 As Short _
)
[C#]
public void set_LayerTransparency (
    ILayer pLayer,
    short A_2
);
[C++]
HRESULT put_LayerTransparency(
  ILayer* pLayer,
  short 
);
[C++]
Parameters
pLayer [in]

pLayer is a parameter of type ILayer* [in]
is a parameter of type short

Product Availability

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

See Also

IGlobeDisplayLayers Interface