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


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

IGlobeLayerInfo.Transparency Property

The transparency percentage of the layer.

[Visual Basic .NET]
Public ReadOnly Property Transparency As Integer
[C#]
public int Transparency {get;}
[C++]
HRESULT get_Transparency(
  System.Int32* pTransparency
);
[C++]
Parameters
pTransparency [out, retval]

pTransparency is a parameter of type int*

Product Availability

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

See Also

IGlobeLayerInfo Interface