SoOffscreenRendererGetPBuffer Method |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public SoPBuffer GetPBuffer()
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function GetPBuffer As SoPBuffer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
SoPBuffer^ GetPBuffer()
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetPBuffer : unit -> SoPBuffer
Return Value
Type:
SoPBuffer
RemarksCan also be used to determine if a Pbuffer is being used for rendering. Returns NULL if no Pbuffer.
See Also