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

Cards are managed and manipulated through the ISolpackCard interface.

Properties:

PropertyDescription
ID Read-Only Property Retrieves the card's identifier, a number from 1 to 52.
Rank Read-Only Property Retrieves the rank of the card.
Suit Read-Only Property Retrieves the suit of the card.
CanDrag Read/Write Property Sets or retrieves whether the card can be dragged.
FaceUp Read/Write Property Sets or retrieves whether the card is face up.
Pile Read-Only Property Retrieves the pile that currently contains the card.
Index Read/Write Property Sets or retrieves the index of the card within its pile.

Methods:

ISolpackCard contains no methods.

Interface Information:

ImplementationSolpack.exe
Inherits fromIDispatch
  February 24, 2002 jmhoersc@mtu.edu