| SoDepthBufferElementGet Method  | 
Returns current depth buffer parameters. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void Get(
	SoState state,
	out bool test,
	out bool write,
	out SoDepthBufferElementDepthWriteFunctions function,
	out SbVec2f range
)
Public Shared Sub Get ( 
	state As SoState,
	<OutAttribute> ByRef test As Boolean,
	<OutAttribute> ByRef write As Boolean,
	<OutAttribute> ByRef function As SoDepthBufferElementDepthWriteFunctions,
	<OutAttribute> ByRef range As SbVec2f
)
public:
static void Get(
	SoState^ state, 
	[OutAttribute] bool% test, 
	[OutAttribute] bool% write, 
	[OutAttribute] SoDepthBufferElementDepthWriteFunctions% function, 
	[OutAttribute] SbVec2f% range
)
static member Get : 
        state : SoState * 
        test : bool byref * 
        write : bool byref * 
        function : SoDepthBufferElementDepthWriteFunctions byref * 
        range : SbVec2f byref -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - test
 - Type: SystemBoolean
 - write
 - Type: SystemBoolean
 - function
 - Type: OIV.Inventor.ElementsSoDepthBufferElementDepthWriteFunctions
 - range
 - Type: OIV.InventorSbVec2f
 
Remarks
See Also