Home
   Home  |  Preliminary Docs  |  Design Diagrams  |  Reference  |  Development Docs  |  Download  |  Source Code  |  Final Reports  |
ISolpackFragment Interface

Games use the ISolpackFragment interface to move cards between piles.

Properties:

ISolpackFragment contains no properties.

Methods:

MethodDescription
AddToFragment Adds the specified card or pile to the fragment.
MoveToPile Moves the cards in the fragment to the specified pile.

Remarks:

The fragment is retrieved with via the ISolpackApp::Fragment property.

A fragment is a specialized type of pile object. It does not implement the following ISolpackPile properties and methods:

Interface Information:

ImplementationSolpack.exe
Inherits fromISolpackPile
  May 9, 2002 jmhoersc@mtu.edu