DraftingImageCollection Class¶
-
class
NXOpen.Annotations.DraftingImageCollection¶ Bases:
objectRepresents a collection of
NXOpen.Annotations.DraftingImageobjectsTo obtain an instance of this class, refer to
NXOpen.Annotations.AnnotationManagerNew in version NX9.0.0.
Methods¶
| Method | Description |
|---|---|
| FindObject | Finds the drafting image with the given name. |
Method Detail¶
FindObject¶
-
DraftingImageCollection.FindObject¶ Finds the drafting image 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 drafting image to be found Returns: drafting image with this identifier Return type: NXOpen.Annotations.DraftingImageNew in version NX9.0.0.
License requirements: None.