SoOffscreenRendererGetLongBufferSize Method |
Note: This API is now obsolete.
Returns the buffer size in bytes.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use GetBufferSize() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ulong GetLongBufferSize(
SoOffscreenRendererBufferTypes buffType
)
<ObsoleteAttribute("Use GetBufferSize() instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetLongBufferSize (
buffType As SoOffscreenRendererBufferTypes
) As ULong
public:
[ObsoleteAttribute(L"Use GetBufferSize() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
unsigned long long GetLongBufferSize(
SoOffscreenRendererBufferTypes buffType
)
[<ObsoleteAttribute("Use GetBufferSize() instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetLongBufferSize :
buffType : SoOffscreenRendererBufferTypes -> uint64
Parameters
- buffType
- Type: OIV.InventorSoOffscreenRendererBufferTypes
Return Value
Type:
UInt64
Remarks
If the specified buffer type is JPEG_BUFFER, getBufferSize returns 0 if #writeToJPEGBuffer has not been called yet.
See Also