This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayLayers Interface > IGlobeDisplayLayers.LayerTransparency Property (ArcObjects .NET 10.5 SDK) |
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