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

Represents a collection of TagTable. More...

Inheritance diagram for NXOpen::Mechatronics::TagTableCollection:
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::Mechatronics::TagTableBuilderCreateTagTableBuilder (NXOpen::Mechatronics::TagTableObject *tagTableObject)
 Creates a NXOpen::Mechatronics::TagTableBuilder . More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::Mechatronics::TagTableObjectFindObject (const NXString &name)
 Finds the NXOpen::Mechatronics::TagTableObject with the given name. More...
 
NXOpen::Mechatronics::TagTableObjectFindObject (const char *name)
 Finds the NXOpen::Mechatronics::TagTableObject with the given name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of TagTable.


To obtain an instance of this class, refer to NXOpen::Mechatronics::PhysicsManager

Created in NX10.0.0.

Member Function Documentation

iterator NXOpen::Mechatronics::TagTableCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Mechatronics::TagTableBuilder* NXOpen::Mechatronics::TagTableCollection::CreateTagTableBuilder ( NXOpen::Mechatronics::TagTableObject tagTableObject)

Creates a NXOpen::Mechatronics::TagTableBuilder .

Returns

Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
tagTableObjectNXOpen::Mechatronics::TagTableObject to be edited, if NULL then create a new one
iterator NXOpen::Mechatronics::TagTableCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Mechatronics::TagTableObject* NXOpen::Mechatronics::TagTableCollection::FindObject ( const NXString name)

Finds the NXOpen::Mechatronics::TagTableObject with the given name.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals. An exception will be thrown if no object can be found with given name.

Returns
NXOpen::Mechatronics::TagTableObject with this name.
Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
nameThe name of the NXOpen::Mechatronics::TagTableObject .
NXOpen::Mechatronics::TagTableObject* NXOpen::Mechatronics::TagTableCollection::FindObject ( const char *  name)

Finds the NXOpen::Mechatronics::TagTableObject with the given name.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals. An exception will be thrown if no object can be found with given name.

Returns
NXOpen::Mechatronics::TagTableObject with this name.
Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Parameters
nameThe name of the NXOpen::Mechatronics::TagTableObject .
tag_t NXOpen::Mechatronics::TagTableCollection::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.