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

Represents a collection of NXOpen::Annotations::SymbolFile objects
Use NXOpen::Annotations::SymbolFile to get the instance of this class. More...

Inheritance diagram for NXOpen::Annotations::SymbolFileCollection:
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::Annotations::SymbolFileBuilderCreateSymbolFileBuilder (NXOpen::Annotations::SymbolFile *object)
 Creates a drafting symbol file builder. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::Annotations::SymbolFileFindObject (const NXString &name)
 Finds the NXOpen::Annotations::SymbolFile with the given name. More...
 
NXOpen::Annotations::SymbolFileFindObject (const char *name)
 Finds the NXOpen::Annotations::SymbolFile with the given name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of NXOpen::Annotations::SymbolFile objects
Use NXOpen::Annotations::SymbolFile to get the instance of this class.



Created in NX8.0.0.

Member Function Documentation

iterator NXOpen::Annotations::SymbolFileCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Annotations::SymbolFileBuilder* NXOpen::Annotations::SymbolFileCollection::CreateSymbolFileBuilder ( NXOpen::Annotations::SymbolFile object)

Creates a drafting symbol file builder.

Returns

Created in NX8.0.0.

License requirements : nx_layout ("NX Layout")
Parameters
objectobject
iterator NXOpen::Annotations::SymbolFileCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Annotations::SymbolFile* NXOpen::Annotations::SymbolFileCollection::FindObject ( const NXString name)

Finds the NXOpen::Annotations::SymbolFile with the given name.

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

Returns
Symbol file object
Created in NX8.0.0.

License requirements : None
Parameters
nameRegion name:Associated object index
NXOpen::Annotations::SymbolFile* NXOpen::Annotations::SymbolFileCollection::FindObject ( const char *  name)

Finds the NXOpen::Annotations::SymbolFile with the given name.

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

Returns
Symbol file object
Created in NX8.0.0.

License requirements : None
Parameters
nameRegion name:Associated object index
tag_t NXOpen::Annotations::SymbolFileCollection::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.