SoCpuBufferObjectCacheGetLongSize Method |
Note: This API is now obsolete.
Return the max size of the cache (number of buffers).
Namespace: OIV.Inventor.CachesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("Use GetSize() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ulong GetLongSize()
<ObsoleteAttribute("Use GetSize() instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetLongSize As ULong
public:
[ObsoleteAttribute(L"Use GetSize() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
unsigned long long GetLongSize()
[<ObsoleteAttribute("Use GetSize() instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetLongSize : unit -> uint64
Return Value
Type:
UInt64
Remarks
See Also