This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IL > ILayerEffectProperties Interface > ILayerEffectProperties.TransparencyLayer Property (ArcObjects .NET 10.4 SDK) |
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
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.