CATTPSBaseUseItf Interface 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:
-
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 Add( | const | iPosition, |
| | ipiItem) |
-
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 Count( | | oCount) |
-
Retrieves the number of Captures in the list.
- Parameters:
-
- oCount
- Number of Captures.
o Item
public virtual Item( | const | iPosition, |
| | opiItem) |
-
Retrieves the Capture number i. First Capture is at position 0.
- Parameters:
-
- iPosition
- Position of returned Capture.
- opiItem
- Returned Capture.
o Remove
public virtual Remove( | | ipiItem) |
-
Remove a Capture from the list.
- Parameters:
-
- ipiItem
- Capture to be removed.
This object is included in the file: CATITPSCaptureList.h
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.