IDLitCommandSet::GetSize

Syntax | Return Value | Arguments | Keywords | Version History

The IDLitCommandSet::GetSize function method returns an approximate value for the amount of memory being used by the items contained by this command set. When called, the method will call the GetSize method on all of the command objects that it contains and generate a sum of the values.

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 default, this function returns the number of bytes of memory being used.

Version History

6.0

Introduced