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

Retrieves the type of the pile, defined when it is created.

Syntax:

HRESULT get_Type(
   long *p
);

Parameters:

p
Address of a long integer variable that receives the pile type, from the SOLPACKPILETYPE enumeration.

Return Value:

Returns S_OK if successful, or an error value otherwise.

Remarks:

The pile type can only be set when the pile is created, using the ISolpackPile::CreatePile method.

  February 24, 2002 jmhoersc@mtu.edu