pycatia.analysis_interfaces.analysis_linked_documents

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.analysis_interfaces.analysis_linked_documents.AnalysisLinkedDocuments(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.Collection
AnalysisLinkedDocuments

The collection of Documents linked by Analysis.
item(i_index: cat_variant) Document

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func Item(CATVariant iIndex) As Document

Returns a Document by its index or its name from the linked Documents
collection.

Parameters:

iIndex
The index or the name of the linked Document to retrieve from the
collection of linked Documents. As a numerics, this index is the rank of the
linked Document in the collection. The index of the first linked Document in
the collection is 1, and the index of the last linked Document is Count. As a
string, it is the name you assigned to the collection by using the


AnyObject.Name property.
Returns:
The retrieved linked Document
Parameters:

i_index (cat_variant) –

Return type:

Document