SoBufferObjectGetLongSize Method |
Note: This API is now obsolete.
Returns the size, in bytes, of the buffer object.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.13.0 (9.9.13.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:
UInt64The size in bytes of the buffer object.
Remarks
See Also