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