ISolpackPile::Y Property
Sets or retrieves the y-coordinate of the pile.
Syntax:
HRESULT get_Y(
long *p
);
HRESULT put_Y(
long v
);
Parameters:
- p
- Address of a long integer variable that receives the pile's y-coordinate, in pixels.
- v
- A long integer value that specifies the pile's new y-coordinate, in pixels.
Return Value:
Returns S_OK if successful, or an error value otherwise.
Remarks:
The y-coordinate is relative to the top edge of the client window.
|