TableCollection Class¶
-
class
NXOpen.Annotations.TableCollection¶ Bases:
objectRepresents a collection of
NXOpen.Annotations.TableobjectsTo obtain an instance of this class, refer to
NXOpen.Annotations.AnnotationManagerNew 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.TableNew in version NX8.0.0.
License requirements: None.