All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATTPSInterfaces Interface CATITPSViewList

System.IUnknown
  |
  +---CATITPSViewList
 

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


interface CATITPSViewList

Interface for lists of TPSView objects CATITPSView.
This interface is similar to CATIUnknownList (same methods).


Method Index


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

Methods


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

This object is included in the file: CATITPSViewList.h

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