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

Sets or retrieves the x-coordinate of the pile.

Syntax:

HRESULT get_X(
   long *p
);

HRESULT put_X(
   long v
);

Parameters:

p
Address of a long integer variable that receives the pile's x-coordinate, in pixels.
v
A long integer value that specifies the pile's new x-coordinate, in pixels.

Return Value:

Returns S_OK if successful, or an error value otherwise.

Remarks:

The x-coordinate is relative to the left edge of the client window.

  February 24, 2002 jmhoersc@mtu.edu