ArcObjects Library Reference (GlobeCore)  

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