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

This class is a collection of NXOpen::CAE::LayoutStateDataReference . More...

Inheritance diagram for NXOpen::CAE::LayoutStateDataReferenceCollection:
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::CAE::LayoutStateDataReferenceFind (const NXString &referenceName)
 Finds a data reference with the specified name. More...
 
NXOpen::CAE::LayoutStateDataReferenceFind (const char *referenceName)
 Finds a data reference with the specified name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This class is a collection of NXOpen::CAE::LayoutStateDataReference .


To obtain an instance of this class, refer to NXOpen::CAE::LayoutStateApplicator

Created in NX11.0.0.

Member Function Documentation

iterator NXOpen::CAE::LayoutStateDataReferenceCollection::begin ( )

Returns an iterator addressing the first element.

iterator NXOpen::CAE::LayoutStateDataReferenceCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::LayoutStateDataReference* NXOpen::CAE::LayoutStateDataReferenceCollection::Find ( const NXString referenceName)

Finds a data reference with the specified name.

Returns

Created in NX11.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
referenceNamename of the data reference
NXOpen::CAE::LayoutStateDataReference* NXOpen::CAE::LayoutStateDataReferenceCollection::Find ( const char *  referenceName)

Finds a data reference with the specified name.

Returns

Created in NX11.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
referenceNamename of the data reference
tag_t NXOpen::CAE::LayoutStateDataReferenceCollection::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.