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

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

Detailed Description

Represents a collection of Annotations::SymbolFile objects
Use 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_drafting_plus ("DraftingPlus")
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 Annotations::SymbolFile with the given name.

        An exception will be thrown if no object can be found with the given name.  @return   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 Annotations::SymbolFile with the given name.

        An exception will be thrown if no object can be found with the given name.  @return   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 2013 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.