NX Open C++ Reference Guide
|
Represents a Routing ElectricalFormatCollection object. More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Represents a Routing ElectricalFormatCollection object.
<br> To obtain an instance of this class, refer to @link Routing::RouteManager Routing::RouteManager @endlink <br>
Created in NX5.0.1.
iterator NXOpen::Routing::Electrical::ElectricalFormatCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Routing::Electrical::ElectricalFormat* NXOpen::Routing::Electrical::ElectricalFormatCollection::CreateFormat | ( | const NXString & | name, |
NXOpen::Routing::Electrical::ElectricalFormat::Type | type | ||
) |
Creates a Routing::Electrical::ElectricalFormat object.
name | NOTE: The full Unicode character set is not supported for this parameter. |
type | type |
NXOpen::Routing::Electrical::ElectricalFormat* NXOpen::Routing::Electrical::ElectricalFormatCollection::CreateFormat | ( | const char * | name, |
NXOpen::Routing::Electrical::ElectricalFormat::Type | type | ||
) |
Creates a Routing::Electrical::ElectricalFormat object.
name | NOTE: The full Unicode character set is not supported for this parameter. |
type | type |
iterator NXOpen::Routing::Electrical::ElectricalFormatCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Routing::Electrical::ElectricalFormat* NXOpen::Routing::Electrical::ElectricalFormatCollection::GetDisplayFormat | ( | NXOpen::Routing::Electrical::ElectricalFormat::Type | type | ) |
Get the displayed Routing::Electrical::ElectricalFormat object for the given navigator type.
type | type |
void NXOpen::Routing::Electrical::ElectricalFormatCollection::SetDisplayFormat | ( | NXOpen::Routing::Electrical::ElectricalFormat::Type | type, |
NXOpen::Routing::Electrical::ElectricalFormat * | format | ||
) |
Set the Routing::Electrical::ElectricalFormat object as displayed format for the given navigator type.
Created in NX5.0.1.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
type | type |
format | format |
tag_t NXOpen::Routing::Electrical::ElectricalFormatCollection::Tag | ( | ) | const |
Returns the tag of this object.