Home
   Home  |  Preliminary Docs  |  Design Diagrams  |  Reference  |  Development Docs  |  Download  |  Source Code  |  Final Reports  |
ISolpackPile::Height Property

Retrieves the current height of the pile, in pixels.

Syntax:

HRESULT get_Height(
   long *p
);

Parameters:

p
Address of a long integer variable that receives the height, in pixels.

Return Value:

Returns S_OK if successful, or an error value otherwise.

Remarks:

The dimensions of a pile are dependant on the type of pile and how many cards it contains.

  February 24, 2002 jmhoersc@mtu.edu