SoGLGraphicConfigTemplateGetDepth Method |
Returns the depth buffer preference and sizes.
Namespace: OIV.Inventor.ComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
SoGraphicConfigTemplatePreferencesRemarks See Also