RhinoObjectMemoryEstimate Method |
Rhino 5 for Windows
Computes an estimate of the number of bytes that this object is using in memory.
Note that this is a runtime memory estimate and does not directly compare to the
amount of space take up by the object when saved to a file.
Namespace: Rhino.DocObjectsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic uint MemoryEstimate()
Public Function MemoryEstimate As UInteger
Return Value
Type:
UInt32The estimated number of bytes this object occupies in memory.
See Also