IDLitCommand::GetSize
Syntax | Return Value | Arguments | Keywords | Version History
The IDLitCommand::GetSize function method returns an approximate value for the amount of memory being used by the items in the data dictionary associated with this object.
Syntax
Result = Obj->[IDLitCommand::]GetSize([, /KILOBYTES])
Return Value
Returns the number of bytes of memory used by the data dictionary associated with this object. The returned value is an approximation.
Arguments
None
Keywords
KILOBYTES
Set this keyword to return the number of kilobytes of memory being used by the data dictionary. By default, this function returns the number of bytes of memory being used.
Version History