This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties5 Interface > IGlobeLayerProperties5.AlphaThreshold Property (ArcObjects .NET 10.5 SDK) |
Alpha threshold for transparency.
[Visual Basic .NET] Public Property AlphaThreshold As Double
[C#] public double AlphaThreshold {get; set;}
[C++]
HRESULT get_AlphaThreshold(
double* threshold
);
[C++]
HRESULT put_AlphaThreshold(
double threshold
);
[C++]
Parameters threshold [out, retval] threshold is a parameter of type double threshold [in] threshold is a parameter of type double