NX Open C++ Reference Guide
|
Represents a collection of Layout2d::ComponentDefinition objects. More...
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::ComponentDefinition * | FindObject (const NXString &name) |
Finds the Layout2d::ComponentDefinition with the given name. | |
NXOpen::Layout2d::ComponentDefinition * | FindObject (const char *name) |
Finds the Layout2d::ComponentDefinition with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Layout2d::ComponentDefinition objects.
To obtain an instance of this class, refer to Part
Created in NX9.0.0.
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")
name | name |
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")
name | name |
tag_t NXOpen::Layout2d::ComponentDefinitionCollection::Tag | ( | ) | const |
Returns the tag of this object.