NX Open C++ Reference Guide
|
Represents a collection of Routing::RoutingSystem objects. 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::Routing::RoutingSystem * | CreateRouting (const NXString &name) |
Creates a Routing::RoutingSystem object. | |
NXOpen::Routing::RoutingSystem * | CreateRouting (const char *name) |
Creates a Routing::RoutingSystem object. | |
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 Routing::RoutingSystem objects.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX4.0.0.
iterator NXOpen::Routing::RoutingSystemCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Routing::RoutingSystem* NXOpen::Routing::RoutingSystemCollection::CreateRouting | ( | const NXString & | name | ) |
Creates a Routing::RoutingSystem object.
name | Name of RoutingSystem NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::Routing::RoutingSystem* NXOpen::Routing::RoutingSystemCollection::CreateRouting | ( | const char * | name | ) |
Creates a Routing::RoutingSystem object.
name | Name of RoutingSystem NOTE: The full Unicode character set is not supported for this parameter. |
iterator NXOpen::Routing::RoutingSystemCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Routing::RoutingSystemCollection::Tag | ( | ) | const |
Returns the tag of this object.