All Frameworks Class Hierarchy This Framework Previous Indexes
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIBatchElementsCAA
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIBatchElementsCAA
Interface representing a list of nodes in a batch parameter XML file.
Role: to be used within your batch to retrieve the data contained in the parameters XML files.
You can get the interface using CATIBatchElement interface.
This interface represents a list of nodes in the XML tree of your parameter file.It allows you to navigate in this tree.
| public virtual HRESULT ItemCAA( | long | iNumber, |
| CATIBatchElementCAA*& | oBatchElement) = 0 |
| public virtual HRESULT get_Count( | long& | oCount) = 0 |
| public virtual HRESULT get_ParentElementCAA( | CATIBatchElementCAA*& | oParent) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.