xdsize

(xdsize list)

The xdsize function determines the size in bytes necessary to keep extended entity data.

Arguments

list specifies a list of extended data beginning with the DXF code -3.

Return Value

The return value is an integer (the size in bytes).

Examples

Assuming that myList is registered as an application name.

: (xdsize myList)

38