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

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

Created in NX6.0.0. More...

Inheritance diagram for NXOpen::Annotations::TargetPointCollection:
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...
 
NXOpen::Annotations::TargetPointBuilderCreateTargetPointBuilder (NXOpen::Annotations::TargetPoint *targetPt)
 Creates the TargetPointBuilder. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::Annotations::TargetPointFindObject (const NXString &journalIdentifier)
 Finds the target point with the given name. More...
 
NXOpen::Annotations::TargetPointFindObject (const char *journalIdentifier)
 Finds the target point with the given name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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

Created in NX6.0.0.


Member Function Documentation

iterator NXOpen::Annotations::TargetPointCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Annotations::TargetPointBuilder* NXOpen::Annotations::TargetPointCollection::CreateTargetPointBuilder ( NXOpen::Annotations::TargetPoint targetPt)

Creates the TargetPointBuilder.

Returns
TargetPointBuilder object
Created in NX6.0.0.

License requirements : drafting ("DRAFTING")
Parameters
targetPtNXOpen::Annotations::TargetPoint to be edited, if NULL then create a new one
iterator NXOpen::Annotations::TargetPointCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Annotations::TargetPoint* NXOpen::Annotations::TargetPointCollection::FindObject ( const NXString journalIdentifier)

Finds the target point with the given name.

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

Returns
Target Point with this identifier
Created in NX6.0.0.

License requirements : None
Parameters
journalIdentifierIdentifier of the target point to be found
NXOpen::Annotations::TargetPoint* NXOpen::Annotations::TargetPointCollection::FindObject ( const char *  journalIdentifier)

Finds the target point with the given name.

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

Returns
Target Point with this identifier
Created in NX6.0.0.

License requirements : None
Parameters
journalIdentifierIdentifier of the target point to be found
tag_t NXOpen::Annotations::TargetPointCollection::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.