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

Sets or retrieves which base image the pile displays.

Syntax:

HRESULT get_BaseType(
   long *p
);

HRESULT put_BaseType(
   long v
);

Parameters:

p
Address of a long integer variable that receives the base image type, from the SOLPACKBASETYPE enumeration.
v
A long integer value that specifies the new base image type, from the SOLPACKBASETYPE enumeration.

Return Value:

Returns S_OK if successful, or an error value otherwise.

Remarks:

Unlike the Type property, the BaseType property can be changed at any time. For instance, a stack that can only be cycled through a fixed number of times may start off with the BASE_REDEAL base type, but can be changed to BASE_NOREDEAL when the maximum cycles have been reached.

  February 24, 2002 jmhoersc@mtu.edu