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


ILayerEffectProperties.TransparencyLayer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IL > ILayerEffectProperties Interface > ILayerEffectProperties.TransparencyLayer Property
ArcGIS Developer Help

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 [in]

ppLayer is a parameter of type ILayer* ppLayer [out, retval]
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