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.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use GetSize() instead.")]
public ulong GetLongSize()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use GetSize() instead.")>
Public Function GetLongSize As ULong
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use GetSize() instead.")]
unsigned long long GetLongSize()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use GetSize() instead.")>]
member GetLongSize : unit -> uint64
Return Value
Type:
UInt64The size in bytes of the buffer object.
Remarks
See Also