DraftingDatumTargetCollection Class¶
-
class
NXOpen.Annotations.DraftingDatumTargetCollection¶ Bases:
objectRepresents a collection of
NXOpen.Annotations.DraftingDatumTargetobjectsTo obtain an instance of this class, refer to
NXOpen.Annotations.AnnotationManagerNew in version NX8.0.1.
Methods¶
| Method | Description |
|---|---|
| FindObject | Finds the drafting datum target with the given name. |
Method Detail¶
FindObject¶
-
DraftingDatumTargetCollection.FindObject¶ Finds the drafting datum target 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 target to be found Returns: Target with this identifier Return type: NXOpen.Annotations.DraftingDatumTargetNew in version NX8.0.1.
License requirements: None.