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

Represents a collection of Layout2d::ComponentDefinition objects. More...

Inheritance diagram for NXOpen::Layout2d::ComponentDefinitionCollection:
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.
 
iterator end ()
 Returns an iterator addressing one past the last element.
 
NXOpen::Layout2d::ComponentDefinitionFindObject (const NXString &name)
 Finds the Layout2d::ComponentDefinition with the given name.
 
NXOpen::Layout2d::ComponentDefinitionFindObject (const char *name)
 Finds the Layout2d::ComponentDefinition with the given name.
 
tag_t Tag () const
 Returns the tag of this object.
 

Detailed Description

Represents a collection of Layout2d::ComponentDefinition objects.


To obtain an instance of this class, refer to Part

Created in NX9.0.0.

Member Function Documentation

iterator NXOpen::Layout2d::ComponentDefinitionCollection::begin ( )

Returns an iterator addressing the first element.

iterator NXOpen::Layout2d::ComponentDefinitionCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Layout2d::ComponentDefinition* NXOpen::Layout2d::ComponentDefinitionCollection::FindObject ( const NXString name)

Finds the Layout2d::ComponentDefinition with the given name.

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


Created in NX9.0.0.

License requirements : nx_drafting_plus ("DraftingPlus")

Parameters
namename
NXOpen::Layout2d::ComponentDefinition* NXOpen::Layout2d::ComponentDefinitionCollection::FindObject ( const char *  name)

Finds the Layout2d::ComponentDefinition with the given name.

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


Created in NX9.0.0.

License requirements : nx_drafting_plus ("DraftingPlus")

Parameters
namename
tag_t NXOpen::Layout2d::ComponentDefinitionCollection::Tag ( ) const

Returns the tag of this object.


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