NX Open C++ Reference Guide
|
Represents a collection of Annotations::SymbolFile objects
Use Annotations::SymbolFile to get the instance of this class.
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. | |
NXOpen::Annotations::SymbolFileBuilder * | CreateSymbolFileBuilder (NXOpen::Annotations::SymbolFile *object) |
Creates a drafting symbol file builder. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Annotations::SymbolFile * | FindObject (const NXString &name) |
Finds the Annotations::SymbolFile with the given name. | |
NXOpen::Annotations::SymbolFile * | FindObject (const char *name) |
Finds the Annotations::SymbolFile with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Annotations::SymbolFile objects
Use Annotations::SymbolFile to get the instance of this class.
Created in NX8.0.0.
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.
object | object |
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
name | Region 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
name | Region name:Associated object index |
tag_t NXOpen::Annotations::SymbolFileCollection::Tag | ( | ) | const |
Returns the tag of this object.