TableCollection Class

class NXOpen.Annotations.TableCollection

Bases: object

Represents a collection of NXOpen.Annotations.Table objects

To obtain an instance of this class, refer to NXOpen.Annotations.AnnotationManager

New in version NX8.0.0.

Methods

Method Description
FindObject Finds the table with the given name.

Method Detail

FindObject

TableCollection.FindObject

Finds the table with the given name.

An exception will be thrown if no object can be found with given name

Signature FindObject(journalIdentifier)

Parameters:journalIdentifier (str) – Identifier of the table to be found
Returns:table with this identifier
Return type:NXOpen.Annotations.Table

New in version NX8.0.0.

License requirements: None.