SoGLGraphicConfigGetDepth Method |
Returns the Z-buffer depth.
Namespace: OIV.Inventor.ComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetDepth(
out int bits
)
Public Sub GetDepth (
<OutAttribute> ByRef bits As Integer
)
public:
void GetDepth(
[OutAttribute] int% bits
)
member GetDepth :
bits : int byref -> unit
Parameters
- bits
- Type: SystemInt32
Remarks If 0 is returned, then there is no Z-buffer.
See Also