NX Open C++ Reference Guide
Classes | Public Member Functions
NXOpen::Routing::Electrical::SystemDeviceCollection Class Reference

Represents a collection of Routing::Electrical::SystemDevice objects. More...

Inheritance diagram for NXOpen::Routing::Electrical::SystemDeviceCollection:
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::Routing::Electrical::SystemDeviceCreateSystemDevice ()
 Creates Routing::Electrical::SystemDevice .
NXOpen::Routing::Electrical::SystemDeviceCreateSystemDevice (const NXString &systemName)
 Creates Routing::Electrical::SystemDevice with given name.
iterator end ()
 Returns an iterator addressing one past the last element.
std::vector
< NXOpen::Routing::Electrical::SystemDevice * > 
GetSystemSingleDevices ()
 Get System Devices.
tag_t Tag () const
 Returns the tag of this object.

Detailed Description

Represents a collection of Routing::Electrical::SystemDevice objects.


To obtain an instance of this class, refer to Routing::RouteManager

Created in NX6.0.0.


Member Function Documentation

Returns an iterator addressing the first element.

Creates Routing::Electrical::SystemDevice .

Returns:
The new System Device.
Created in NX6.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical")

Creates Routing::Electrical::SystemDevice with given name.

Returns:
The new System Device.
Created in NX6.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical")
Parameters:
systemNameThe name of the new system. (NULL not allowed)
NOTE: The full Unicode character set is not supported for this parameter.

Returns an iterator addressing one past the last element.

Get System Devices.

Returns:
The array of System Devices in the given part.
Created in NX6.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical")

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.