All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATTPSInterfaces Interface CATITPSCaptureList

System.IUnknown
  |
  +---CATITPSCaptureList
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATITPSCaptureList

Interface for lists of Captures CATITPSCapture.
This interface is similar to CATIUnknownList (same methods).

See also:
CATCreateCATITPSCaptureList


Method Index


o Add(unsigned int,CATITPSCapture*)
Add a Capture at a given position in the list.
o Count(unsigned int*)
Retrieves the number of Captures in the list.
o Item(unsigned int,CATITPSCapture**)
Retrieves the Capture number i.
o Remove(CATITPSCapture*)
Remove a Capture from the list.

Methods


o Add
public virtual HRESULT Add( const unsigned int iPosition,
CATITPSCapture* ipiItem) = 0
Add a Capture at a given position in the list.
Parameters:
iPosition
Position of the added Capture.
ipiItem
Capture to be added.
o Count
public virtual HRESULT Count(unsigned int* oCount) const = 0
Retrieves the number of Captures in the list.
Parameters:
oCount
Number of Captures.
o Item
public virtual HRESULT Item( const unsigned int iPosition,
CATITPSCapture** opiItem) const = 0
Retrieves the Capture number i. First Capture is at position 0.
Parameters:
iPosition
Position of returned Capture.
opiItem
Returned Capture.
o Remove
public virtual HRESULT Remove(CATITPSCapture* ipiItem) = 0
Remove a Capture from the list.
Parameters:
ipiItem
Capture to be removed.

This object is included in the file: CATITPSCaptureList.h

Copyright © 2003, Dassault Systèmes. All rights reserved.