BatchInfrastructure Interface 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.
- See also:
- , ,
Method Index
- o
ItemCAA(long,CATIBatchElementCAA*&)
- Retrieves a node
Role: This method retrieves an interface on a node contained in the list by giving in its index.
- o
get_Count(long&)
- Retrieves the number of nodes in the list.
- o
get_ParentElementCAA(CATIBatchElementCAA*&)
- Retrieves the father node
Role: This method retrieves an interface on a father node of the current object.
Methods
o ItemCAA
public virtual ItemCAA( | | iNumber, |
| | oBatchElement) |
-
Retrieves a node
Role: This method retrieves an interface on a node contained in the list by giving in its index.
The list starts from 0
- Parameters:
-
- oCount
- size to be retrieved
o get_Count
public virtual get_Count( | | oCount) |
-
Retrieves the number of nodes in the list.
Role: The current interface represents a list of node. This method retrieves the size of this list.
- Parameters:
-
- oCount
- size to be retrieved
o get_ParentElementCAA
public virtual get_ParentElementCAA( | | oParent) |
-
Retrieves the father node
Role: This method retrieves an interface on a father node of the current object.
The list starts from 0
- Parameters:
-
- oCount
- size to be retrieved
This object is included in the file: CATIBatchElementsCAA.h
If needed, your Imakefile.mk should include the module: CATIABatImpl
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.