NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::Annotations::DraftingImageCollection Class Reference

Represents a collection of NXOpen::Annotations::DraftingImage objects
To obtain an instance of this class, refer to NXOpen::Annotations::AnnotationManager

Created in NX9.0.0. More...

Inheritance diagram for NXOpen::Annotations::DraftingImageCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::Annotations::DraftingImageFindObject (const NXString &journalIdentifier)
 Finds the drafting image with the given name. More...
 
NXOpen::Annotations::DraftingImageFindObject (const char *journalIdentifier)
 Finds the drafting image with the given name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of NXOpen::Annotations::DraftingImage objects
To obtain an instance of this class, refer to NXOpen::Annotations::AnnotationManager

Created in NX9.0.0.


Member Function Documentation

iterator NXOpen::Annotations::DraftingImageCollection::begin ( )

Returns an iterator addressing the first element.

iterator NXOpen::Annotations::DraftingImageCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Annotations::DraftingImage* NXOpen::Annotations::DraftingImageCollection::FindObject ( const NXString journalIdentifier)

Finds the drafting image with the given name.

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

Returns
drafting image with this identifier
Created in NX9.0.0.

License requirements : None
Parameters
journalIdentifierIdentifier of the drafting image to be found
NXOpen::Annotations::DraftingImage* NXOpen::Annotations::DraftingImageCollection::FindObject ( const char *  journalIdentifier)

Finds the drafting image with the given name.

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

Returns
drafting image with this identifier
Created in NX9.0.0.

License requirements : None
Parameters
journalIdentifierIdentifier of the drafting image to be found
tag_t NXOpen::Annotations::DraftingImageCollection::Tag ( ) const

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.