NX Open C++ Reference Guide
|
Represents a collection of Annotations::IdSymbol objects
To obtain an instance of this class, refer to Annotations::AnnotationManager
Created in NX5.0.0.
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::CalloutGroupBuilder * | CreateCalloutGroupBuilder () |
Creates a Annotations::CalloutGroupBuilder. | |
NXOpen::Annotations::IdSymbolBuilder * | CreateIdSymbolBuilder (NXOpen::Annotations::IdSymbol *idsymbol) |
Creates a Annotations::IdSymbolBuilder. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Annotations::IdSymbol objects
To obtain an instance of this class, refer to Annotations::AnnotationManager
Created in NX5.0.0.
iterator NXOpen::Annotations::IdSymbolCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Annotations::CalloutGroupBuilder* NXOpen::Annotations::IdSymbolCollection::CreateCalloutGroupBuilder | ( | ) |
Creates a Annotations::CalloutGroupBuilder.
NXOpen::Annotations::IdSymbolBuilder* NXOpen::Annotations::IdSymbolCollection::CreateIdSymbolBuilder | ( | NXOpen::Annotations::IdSymbol * | idsymbol | ) |
Creates a Annotations::IdSymbolBuilder.
idsymbol | the id symbol to be edited, if NULL, then create an id symbol |
iterator NXOpen::Annotations::IdSymbolCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Annotations::IdSymbolCollection::Tag | ( | ) | const |
Returns the tag of this object.