NX Open C++ Reference Guide
Classes | Public Member Functions
NXOpen::Annotations::BusinessModifierCollection Class Reference

Represents a collection of Annotations::BusinessModifier objects
To obtain an instance of this class, refer to Annotations::AnnotationManager

Created in NX4.0.0. More...

Inheritance diagram for NXOpen::Annotations::BusinessModifierCollection:
NXOpen::TaggedObjectCollection

List of all members.

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::CustomerValueBusinessModifierCreateCustomerValueBusinessModifier (const NXString &modifierName)
 Creates a customer value business modifier.
NXOpen::Annotations::CustomerValueBusinessModifierBuilderCreateCustomerValueBusinessModifierBuilder (NXOpen::Annotations::CustomerValueBusinessModifier *customervaluebusinessmodifier)
 Creates a Annotations::CustomerValueBusinessModifierBuilder.
NXOpen::Annotations::RevisionBusinessModifierBuilderCreateRevisionBusinessModifierBuilder (NXOpen::Annotations::RevisionBusinessModifier *revisionbusinessModifier)
 Creates a Annotations::RevisionBusinessModifierBuilder.
NXOpen::Annotations::RevisionBusinessModifierCreateRevisonBusinessModifier (const NXString &modifierName)
 Creates a revision business modifier.
NXOpen::Annotations::SafetyClassBusinessModifierCreateSafetyClassBusinessModifier (const NXString &modifierName)
 Creates a safety class business modifier.
NXOpen::Annotations::SafetyClassBusinessModifierBuilderCreateSafetyClassBusinessModifierBuilder (NXOpen::Annotations::SafetyClassBusinessModifier *safetyclassbusinessmodifier)
 Creates a Annotations::SafetyClassBusinessModifierBuilder.
NXOpen::Annotations::UrlBusinessModifierCreateUrlBusinessModifier (const NXString &modifierName)
 Creates a URL business modifier.
NXOpen::Annotations::UrlBusinessModifierBuilderCreateUrlBusinessModifierBuilder (NXOpen::Annotations::UrlBusinessModifier *urlbusinessmodifier)
 Creates a Annotations::UrlBusinessModifierBuilder.
iterator end ()
 Returns an iterator addressing one past the last element.
NXOpen::TaggedObjectFindObject (const NXString &journalIdentifier)
 Finds the Annotations::BusinessModifier with the given identifier as recorded in a journal.
tag_t Tag () const
 Returns the tag of this object.

Detailed Description

Represents a collection of Annotations::BusinessModifier objects
To obtain an instance of this class, refer to Annotations::AnnotationManager

Created in NX4.0.0.



Member Function Documentation

Returns an iterator addressing the first element.

Creates a customer value business modifier.

Returns:
New customer value business modifier
Deprecated:
Deprecated in NX6.0.0.


Created in NX4.0.0.

License requirements : geometric_tol ("GDT")

Parameters:
modifierNameKnowledge fusion name of modifier

Creates a Annotations::CustomerValueBusinessModifierBuilder.

Returns:

Created in NX6.0.0.

License requirements : None
Parameters:
customervaluebusinessmodifiercustomervaluebusinessmodifier

Creates a Annotations::RevisionBusinessModifierBuilder.

Returns:

Created in NX6.0.0.

License requirements : None
Parameters:
revisionbusinessModifierrevisionbusiness modifier

Creates a revision business modifier.

Returns:
New revision business modifier
Deprecated:
Deprecated in NX6.0.0.


Created in NX4.0.0.

License requirements : geometric_tol ("GDT")

Parameters:
modifierNameKnowledge fusion name of modifier

Creates a safety class business modifier.

Returns:
New safety class business modifier
Deprecated:
Deprecated in NX6.0.0.


Created in NX4.0.0.

License requirements : geometric_tol ("GDT")

Parameters:
modifierNameKnowledge fusion name of modifier

Creates a Annotations::SafetyClassBusinessModifierBuilder.

Returns:

Created in NX6.0.0.

License requirements : None
Parameters:
safetyclassbusinessmodifiersafetyclassbusinessmodifier

Creates a URL business modifier.

Returns:
New url business modifier
Deprecated:
Deprecated in NX6.0.0.


Created in NX4.0.0.

License requirements : geometric_tol ("GDT")

Parameters:
modifierNameKnowledge fusion name of modifier

Creates a Annotations::UrlBusinessModifierBuilder.

Returns:

Created in NX6.0.0.

License requirements : None
Parameters:
urlbusinessmodifierurlbusinessmodifier

Returns an iterator addressing one past the last element.

Finds the Annotations::BusinessModifier with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

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

Returns:
Business Modifier with this identifier
Created in NX6.0.0.

License requirements : None
Parameters:
journalIdentifierIdentifier of the business modifier

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.