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

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

Created in NX12.0.0. More...

Inheritance diagram for NXOpen::Annotations::PmiTableSectionCollection:
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::PmiTableBuilderCreatePmiTableBuilder (NXOpen::Annotations::PmiTableSection *section)
 If NULL create a new PMI table section, otherwise edit existing PMI table section. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::Annotations::PmiTableSectionFindObject (const NXString &journalIdentifier)
 Finds the PMI table section with the given name. More...
 
NXOpen::Annotations::PmiTableSectionFindObject (const char *journalIdentifier)
 Finds the PMI table section with the given name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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

Created in NX12.0.0.


Member Function Documentation

iterator NXOpen::Annotations::PmiTableSectionCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Annotations::PmiTableBuilder* NXOpen::Annotations::PmiTableSectionCollection::CreatePmiTableBuilder ( NXOpen::Annotations::PmiTableSection section)

If NULL create a new PMI table section, otherwise edit existing PMI table section.

Returns

Created in NX12.0.0.

License requirements : geometric_tol ("GDT")
Parameters
sectionPMI table section
iterator NXOpen::Annotations::PmiTableSectionCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Annotations::PmiTableSection* NXOpen::Annotations::PmiTableSectionCollection::FindObject ( const NXString journalIdentifier)

Finds the PMI table section with the given name.

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

Returns
PMI table section with this identifier
Created in NX12.0.0.

License requirements : None
Parameters
journalIdentifierIdentifier of the PMI table section to be found
NXOpen::Annotations::PmiTableSection* NXOpen::Annotations::PmiTableSectionCollection::FindObject ( const char *  journalIdentifier)

Finds the PMI table section with the given name.

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

Returns
PMI table section with this identifier
Created in NX12.0.0.

License requirements : None
Parameters
journalIdentifierIdentifier of the PMI table section to be found
tag_t NXOpen::Annotations::PmiTableSectionCollection::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.