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

Represents a collection of NXOpen::Layout2d::LocalDefinitionFolder objects. More...

Inheritance diagram for NXOpen::Layout2d::LocalDefinitionFolderCollection:
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::Layout2d::LocalDefinitionFolderBuilderCreateLocalDefinitionFolderBuilder (NXOpen::Layout2d::LocalDefinitionFolder *currentFolder)
 Creates local definition folder builder instance. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::Layout2d::LocalDefinitionFolderFindObject (const NXString &name)
 Finds the NXOpen::Layout2d::LocalDefinitionFolder with the given name. More...
 
NXOpen::Layout2d::LocalDefinitionFolderFindObject (const char *name)
 Finds the NXOpen::Layout2d::LocalDefinitionFolder with the given name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of NXOpen::Layout2d::LocalDefinitionFolder objects.

A local definition folder contains 2D Component definitions stored in the current part
To obtain an instance of this class, refer to NXOpen::Part

Created in NX10.0.0.

Member Function Documentation

iterator NXOpen::Layout2d::LocalDefinitionFolderCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Layout2d::LocalDefinitionFolderBuilder* NXOpen::Layout2d::LocalDefinitionFolderCollection::CreateLocalDefinitionFolderBuilder ( NXOpen::Layout2d::LocalDefinitionFolder currentFolder)

Creates local definition folder builder instance.

The builder allows operations such as Creation, Edit and Deletion of local definition folders. These operations are Undo/Redo supported.

Returns

Created in NX10.0.0.

License requirements : nx_layout ("NX Layout")
Parameters
currentFolderNXOpen::Layout2d::LocalDefinitionFolder to be set as current folder. If NULL, create a new folder
iterator NXOpen::Layout2d::LocalDefinitionFolderCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Layout2d::LocalDefinitionFolder* NXOpen::Layout2d::LocalDefinitionFolderCollection::FindObject ( const NXString name)

Finds the NXOpen::Layout2d::LocalDefinitionFolder with the given name.

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

Returns

Created in NX10.0.0.

License requirements : nx_layout ("NX Layout")
Parameters
namename
NXOpen::Layout2d::LocalDefinitionFolder* NXOpen::Layout2d::LocalDefinitionFolderCollection::FindObject ( const char *  name)

Finds the NXOpen::Layout2d::LocalDefinitionFolder with the given name.

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

Returns

Created in NX10.0.0.

License requirements : nx_layout ("NX Layout")
Parameters
namename
tag_t NXOpen::Layout2d::LocalDefinitionFolderCollection::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.