ArcObjects Library Reference (GlobeCore)  

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(
  Long* pTransparency
);
[C++]

Parameters

pTransparency [out, retval]   pTransparency is a parameter of type Long

Product Availability

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

See Also

IGlobeLayerInfo Interface