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


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

I3DProperties.DepthPriorityValue Property

The drawing priority to be applied to a layer when in the same location than others.

[Visual Basic .NET]
Public Property DepthPriorityValue As Short
[C#]
public short DepthPriorityValue {get; set;}
[C++]
HRESULT get_DepthPriorityValue(
  short DepthPriorityValue
);
[C++]
HRESULT put_DepthPriorityValue(
  System.Int16* DepthPriorityValue
);
[C++]
Parameters
DepthPriorityValue [in]

DepthPriorityValue is a parameter of type short DepthPriorityValue [out, retval]
DepthPriorityValue is a parameter of type short*

Product Availability

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

See Also

I3DProperties Interface