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


I3DProperties3.AlphaThreshold Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > I3 > I3DProperties3 Interface > I3DProperties3.AlphaThreshold Property
ArcGIS Developer Help

I3DProperties3.AlphaThreshold Property

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(
  System.Double* threshold
);
[C++]
Parameters
threshold [in]

threshold is a parameter of type double threshold [out, retval]
threshold is a parameter of type double*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

I3DProperties3 Interface