ArcObjects Library Reference (3DAnalyst)  

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(
  short DepthPriorityValue
);
[C++]

Parameters

DepthPriorityValue [out, retval]   DepthPriorityValue is a parameter of type short DepthPriorityValue [in]   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