Indexes   

ExpertReportObjects (Collection)

Represents the collection of (succeeded or failed) report objects.

Property Index

CountFail
Returns the number of failed tuples in the failed tuples collection.
CountSucceed
Returns the number of succeeded tuples in the succeeded tuples collection.

Method Index

FailItem
Retrieves a report failed component from a failed tuples collection, using its index or its name from the Check collection.
Item
Retrieves a Report component using its index or its name from the Check collection.
SucceedItem
Retrieves a report component from a succeeded tuples collection, using its index or its name from the Check collection.

Properties


o Property CountFail() As (Read Only)
Returns the number of failed tuples in the failed tuples collection. It is redundant with Collection.Count for ExpertCheckRuntime.Failures collection. For ExpertCheckRuntime.Succeeds collection, it will fail.
Example:
This example retrieves in ObjectNumber the number of tuples currently gathered in MyCollection.
 ObjectNumber = MyCollection.CountFail
 
o Property CountSucceed() As (Read Only)
Returns the number of succeeded tuples in the succeeded tuples collection. It is redundant with Collection.Count for ExpertCheckRuntime.Succeeds collection. For ExpertCheckRuntime.Failures collection, it will fail.
Example:
This example retrieves in ObjectNumber the number of tuples currently gathered in MyCollection.
 ObjectNumber = MyCollection.CountSucceed
 

Methods


o Func FailItem( iIndex) As
Retrieves a report failed component from a failed tuples collection, using its index or its name from the Check collection. It is redundant with ExpertReportObjects.Item for ExpertCheckRuntime.Failures collections. For ExpertCheckRuntime.Succeeds collections, it will fail.
Parameters:
iIndex
The index or the name of the Report component to retrieve from the collection of Report Components. As a numerics, this index is the rank of the Report component in the collection. The index of the first component in the collection is 1, and the index of the last component is Count. As a string, it is the name you assigned to the component using the
AnyObject.Name property or when creating the component.
Returns:
The retrieved Report component
o Func Item( iIndex) As
Retrieves a Report component using its index or its name from the Check collection.
Parameters:
iIndex

The index or the name of the Report component to retrieve from the collection of Report Components. As a numerics, this index is the rank of the Report component in the collection. The index of the first component in the collection is 1, and the index of the last component is Count. As a string, it is the name you assigned to the component using the

AnyObject.Name property or when creating the component.

Returns:
The retrieved Report component
o Func SucceedItem( iIndex) As
Retrieves a report component from a succeeded tuples collection, using its index or its name from the Check collection. It is redundant with ExpertReportObjects.Item for ExpertCheckRuntime.Succeeds collections. For ExpertCheckRuntime.Failures collections, it will fail.
Parameters:
iIndex
The index or the name of the Report component to retrieve from the collection of Report Components. As a numerics, this index is the rank of the Report component in the collection. The index of the first component in the collection is 1, and the index of the last component is Count. As a string, it is the name you assigned to the component using the
AnyObject.Name property or when creating the component.
Returns:
The retrieved Report component

Copyright © 2006, Dassault Systèmes. All rights reserved.