All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---CATITPSList
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATITPSList
Interface for lists of TPS objects CATITPSComponent.
This interface is similar to CATIUnknownList (same methods).
public virtual HRESULT Add( | const unsigned int | iPosition, |
CATITPSComponent* | iItem) = 0 |
public virtual HRESULT Count( | unsigned int* | oCount) const = 0 |
public virtual HRESULT Item( | const unsigned int | iPosition, |
CATITPSComponent** | oItem) const = 0 |
public virtual HRESULT Remove( | CATITPSComponent* | iItem) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.