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


ILayerEffectProperties.TransparencyLayer Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Controls)  

ILayerEffectProperties.TransparencyLayer Property

The layer the Transparency command uses.

[Visual Basic .NET]
Public Property TransparencyLayer As ILayer
[C#]
public ILayer TransparencyLayer {get; set;}
[C++]
HRESULT get_TransparencyLayer(
  ILayer** ppLayer
);
[C++]
HRESULT putref_TransparencyLayer(
  ILayer* ppLayer
);
[C++]

Parameters ppLayer [out, retval]
ppLayer is a parameter of type ILayer ppLayer [in]
ppLayer is a parameter of type ILayer

Product Availability

Available with ArcGIS Engine.

Description

The layer used by the ControlsLayerTransparencyCommand. The TransparencyLayer can be set programmatically or interactively by the end user selecting a layer using ControlsLayerListToolControl or ControlsGlobeLayerListToolControl.

See Also

ILayerEffectProperties Interface