Very few properties of the geometry of 3D Solids are exposed to the LISP API: the DXF data contains the raw binary information defining the geometry and cannot be used directly, and the only useful ActiveX properties pertain to the mass properties of the solid, yielding similar data to that output by the standard MASSPROP command.
As such, you'll need to extract the data you require using the properties exposed to the .NET API - gile has posted some useful functions in this regard here.
Hope this helps.