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

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

Created in NX6.0.0. More...

Inheritance diagram for NXOpen::Annotations::IntersectionSymbolCollection:
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::IntersectionSymbolBuilderCreateIntersectionSymbolBuilder (NXOpen::Annotations::IntersectionSymbol *intersectionPt)
 Creates the IntersectionSymbolBuilder. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::Annotations::IntersectionSymbolFindObject (const NXString &journalIdentifier)
 Finds the intersection symbol with the given name. More...
 
NXOpen::Annotations::IntersectionSymbolFindObject (const char *journalIdentifier)
 Finds the intersection symbol with the given name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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

Created in NX6.0.0.


Member Function Documentation

iterator NXOpen::Annotations::IntersectionSymbolCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Annotations::IntersectionSymbolBuilder* NXOpen::Annotations::IntersectionSymbolCollection::CreateIntersectionSymbolBuilder ( NXOpen::Annotations::IntersectionSymbol intersectionPt)

Creates the IntersectionSymbolBuilder.

Returns
IntersectionSymbolBuilder object
Created in NX6.0.0.

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

Returns an iterator addressing one past the last element.

NXOpen::Annotations::IntersectionSymbol* NXOpen::Annotations::IntersectionSymbolCollection::FindObject ( const NXString journalIdentifier)

Finds the intersection symbol with the given name.

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

Returns
Intersecton Symbol with this identifier
Created in NX6.0.0.

License requirements : None
Parameters
journalIdentifierIdentifier of the intersection symbol to be found
NXOpen::Annotations::IntersectionSymbol* NXOpen::Annotations::IntersectionSymbolCollection::FindObject ( const char *  journalIdentifier)

Finds the intersection symbol with the given name.

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

Returns
Intersecton Symbol with this identifier
Created in NX6.0.0.

License requirements : None
Parameters
journalIdentifierIdentifier of the intersection symbol to be found
tag_t NXOpen::Annotations::IntersectionSymbolCollection::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.