This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.SetOwnerDepthPriority Method (ArcObjects .NET 10.4 SDK) |
Sets the depth offset of layers.
[Visual Basic .NET] Public Sub SetOwnerDepthPriority ( _ ByVal pObject As Object, _ ByVal depthPriority As Short _ )
[C#] public void SetOwnerDepthPriority ( object pObject, short depthPriority );
[C++]
HRESULT SetOwnerDepthPriority(
LPUNKNOWN pObject,
short depthPriority
);
[C++]
Parameters pObject [in] pObject is a parameter of type LPUNKNOWN depthPriority [in] depthPriority is a parameter of type short