SoBufferObjectGetSize Method |
Returns the size, in bytes, of the buffer object.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual ulong GetSize()
Public Overridable Function GetSize As ULong
public:
virtual unsigned long long GetSize()
abstract GetSize : unit -> uint64
override GetSize : unit -> uint64
Return Value
Type:
UInt64The size in bytes of the buffer object.
Remarks See Also