NX Open C++ Reference Guide
|
Routing Run Item object references components which comprise a piping run. More...
Public Types | |
enum | Type { TypeFrom, TypeTo, TypeMember } |
Represents the type of Run Item. More... | |
Public Member Functions | |
NXOpen::Routing::CharacteristicList * | Attributes () |
Returns the attributes on the Run Item. | |
NXOpen::Routing::RunItem::Type | ItemType () |
Returns the Run Item type such as "From", "To", or "Member" item. | |
NXString | ReferenceId () |
Returns the unique reference identifier for this Run Item. | |
void | SetAttributes (NXOpen::Routing::CharacteristicList *attributes) |
Sets the attributes on the Run Item. | |
void | SetItemType (NXOpen::Routing::RunItem::Type itemType) |
Sets the Run Item type such as "From", "To", or "Member" item. | |
void | SetReferenceId (const NXString &referenceId) |
Sets the unique reference identifier for this Run Item. | |
virtual | ~RunItem () |
Free resources associated with this instance of Run Item class. |
Represents the type of Run Item.
virtual NXOpen::Routing::RunItem::~RunItem | ( | ) | [virtual] |
Free resources associated with this instance of Run Item class.
After calling this method, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX7.5.4.
License requirements : None
Returns the attributes on the Run Item.
Created in NX7.5.4.
License requirements : None
Returns the Run Item type such as "From", "To", or "Member" item.
Created in NX7.5.4.
License requirements : None
Returns the unique reference identifier for this Run Item.
Created in NX7.5.4.
License requirements : None
void NXOpen::Routing::RunItem::SetAttributes | ( | NXOpen::Routing::CharacteristicList * | attributes | ) |
void NXOpen::Routing::RunItem::SetItemType | ( | NXOpen::Routing::RunItem::Type | itemType | ) |
void NXOpen::Routing::RunItem::SetReferenceId | ( | const NXString & | referenceId | ) |