NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Public Member Functions | List of all members
NXOpen::PID::AutomaticTableCollection Class Reference

Represents a collection of AutomaticTable. More...

Inheritance diagram for NXOpen::PID::AutomaticTableCollection:
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::PID::AutomaticTableFindObject (const NXString &journalIdentifier)
 Finds the NXOpen::PID::AutomaticTable with the given identifier as recorded in a journal. More...
 
NXOpen::PID::AutomaticTableFindObject (const char *journalIdentifier)
 Finds the NXOpen::PID::AutomaticTable with the given identifier as recorded in a journal. More...
 
NXOpen::PID::AutomaticTableReadFromTemplate (const NXString &templatePartName)
 Reads the NXOpen::PID::AutomaticTable from template part. More...
 
NXOpen::PID::AutomaticTableReadFromTemplate (const char *templatePartName)
 Reads the NXOpen::PID::AutomaticTable from template part. More...
 
void SaveAsTemplate (NXOpen::PID::AutomaticTable *automaticTable, const NXString &templatePartName)
 Saves the NXOpen::PID::AutomaticTable as template part. More...
 
void SaveAsTemplate (NXOpen::PID::AutomaticTable *automaticTable, const char *templatePartName)
 Saves the NXOpen::PID::AutomaticTable as template part. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of AutomaticTable.


To obtain an instance of this class, refer to NXOpen::PID::Sheet

Created in NX1847.0.0.

Member Function Documentation

iterator NXOpen::PID::AutomaticTableCollection::begin ( )

Returns an iterator addressing the first element.

iterator NXOpen::PID::AutomaticTableCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::PID::AutomaticTable* NXOpen::PID::AutomaticTableCollection::FindObject ( const NXString journalIdentifier)

Finds the NXOpen::PID::AutomaticTable with the given identifier as recorded in a journal.

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

Returns
NXOpen::PID::AutomaticTable with this name.
Created in NX1847.0.0.

License requirements : nx_pid_design_author ("NX P and ID Design Author")
Parameters
journalIdentifierIdentifier to be found
NXOpen::PID::AutomaticTable* NXOpen::PID::AutomaticTableCollection::FindObject ( const char *  journalIdentifier)

Finds the NXOpen::PID::AutomaticTable with the given identifier as recorded in a journal.

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

Returns
NXOpen::PID::AutomaticTable with this name.
Created in NX1847.0.0.

License requirements : nx_pid_design_author ("NX P and ID Design Author")
Parameters
journalIdentifierIdentifier to be found
NXOpen::PID::AutomaticTable* NXOpen::PID::AutomaticTableCollection::ReadFromTemplate ( const NXString templatePartName)

Reads the NXOpen::PID::AutomaticTable from template part.

Opens the template part with specified part name, and copies the NXOpen::PID::AutomaticTable from template part to this sheet.

Returns
the new NXOpen::PID::AutomaticTable
Created in NX1847.0.0.

License requirements : nx_pid_design_author ("NX P and ID Design Author")
Parameters
templatePartNamename of the template part
NXOpen::PID::AutomaticTable* NXOpen::PID::AutomaticTableCollection::ReadFromTemplate ( const char *  templatePartName)

Reads the NXOpen::PID::AutomaticTable from template part.

Opens the template part with specified part name, and copies the NXOpen::PID::AutomaticTable from template part to this sheet.

Returns
the new NXOpen::PID::AutomaticTable
Created in NX1847.0.0.

License requirements : nx_pid_design_author ("NX P and ID Design Author")
Parameters
templatePartNamename of the template part
void NXOpen::PID::AutomaticTableCollection::SaveAsTemplate ( NXOpen::PID::AutomaticTable automaticTable,
const NXString templatePartName 
)

Saves the NXOpen::PID::AutomaticTable as template part.

Creates a template part with specified part name, and copies the NXOpen::PID::AutomaticTable to the template part.


Created in NX1847.0.0.

License requirements : nx_pid_design_author ("NX P and ID Design Author")

Parameters
automaticTablethe NXOpen::PID::AutomaticTable
templatePartNamename of the template part
void NXOpen::PID::AutomaticTableCollection::SaveAsTemplate ( NXOpen::PID::AutomaticTable automaticTable,
const char *  templatePartName 
)

Saves the NXOpen::PID::AutomaticTable as template part.

Creates a template part with specified part name, and copies the NXOpen::PID::AutomaticTable to the template part.


Created in NX1847.0.0.

License requirements : nx_pid_design_author ("NX P and ID Design Author")

Parameters
automaticTablethe NXOpen::PID::AutomaticTable
templatePartNamename of the template part
tag_t NXOpen::PID::AutomaticTableCollection::Tag ( ) const

Returns the tag of this object.


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