SoBufferObjectSetSize Method |
Sets 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)
Syntaxpublic virtual bool SetSize(
ulong size
)
Public Overridable Function SetSize (
size As ULong
) As Boolean
public:
virtual bool SetSize(
unsigned long long size
)
abstract SetSize :
size : uint64 -> bool
override SetSize :
size : uint64 -> bool
Parameters
- size
- Type: SystemUInt64
The requested size in bytes.
Return Value
Type:
BooleanTrue if the operation was successful.
Remarks
See Also