| SoGLGraphicConfigTemplateGetDepth Method  | 
Returns the depth buffer preference and sizes. 
 
Namespace: OIV.Inventor.ComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoGraphicConfigTemplatePreferences GetDepth(
	out int minBits,
	out int maxBits
)
Public Function GetDepth ( 
	<OutAttribute> ByRef minBits As Integer,
	<OutAttribute> ByRef maxBits As Integer
) As SoGraphicConfigTemplatePreferences
public:
SoGraphicConfigTemplatePreferences GetDepth(
	[OutAttribute] int% minBits, 
	[OutAttribute] int% maxBits
)
member GetDepth : 
        minBits : int byref * 
        maxBits : int byref -> SoGraphicConfigTemplatePreferences 
Parameters
- minBits
 - Type: SystemInt32
 - maxBits
 - Type: SystemInt32
 
Return Value
Type: 
SoGraphicConfigTemplatePreferences
Remarks
See Also