All Frameworks Class Hierarchy This Framework Previous Next Indexes
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).
public virtual HRESULT Add( | const unsigned int | iPosition, |
CATITPSView* | ipiItem) = 0 |
public virtual HRESULT Count( | unsigned int* | oCount) const = 0 |
public virtual HRESULT Item( | const unsigned int | iPosition, |
CATITPSView** | opiItem) const = 0 |
public virtual HRESULT Remove( | CATITPSView* | ipiItem) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.