NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Routing::RunItem Class Reference

Routing Run Item object references components which comprise a piping run. More...

Inheritance diagram for NXOpen::Routing::RunItem:
NXOpen::TransientObject

Public Types

enum  Type { TypeFrom, TypeTo, TypeMember }
 Represents the type of Run Item. More...
 

Public Member Functions

NXOpen::Routing::CharacteristicListAttributes ()
 Returns the attributes on the Run Item. More...
 
NXOpen::Routing::RunItem::Type ItemType ()
 Returns the Run Item type such as "From", "To", or "Member" item. More...
 
NXString ReferenceId ()
 Returns the unique reference identifier for this Run Item. More...
 
void SetAttributes (NXOpen::Routing::CharacteristicList *attributes)
 Sets the attributes on the Run Item. More...
 
void SetItemType (NXOpen::Routing::RunItem::Type itemType)
 Sets the Run Item type such as "From", "To", or "Member" item. More...
 
void SetReferenceId (const NXString &referenceId)
 Sets the unique reference identifier for this Run Item. More...
 
void SetReferenceId (const char *referenceId)
 Sets the unique reference identifier for this Run Item. More...
 
virtual ~RunItem ()
 Free resources associated with this instance of Run Item class. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Routing Run Item object references components which comprise a piping run.


Created in NX7.5.4.

Member Enumeration Documentation

Represents the type of Run Item.

Enumerator
TypeFrom 

A "From" item type.

TypeTo 

A "To" item type.

TypeMember 

A "Member" item type.

Constructor & Destructor Documentation

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

Member Function Documentation

NXOpen::Routing::CharacteristicList* NXOpen::Routing::RunItem::Attributes ( )

Returns the attributes on the Run Item.


Created in NX7.5.4.

License requirements : None

NXOpen::Routing::RunItem::Type NXOpen::Routing::RunItem::ItemType ( )

Returns the Run Item type such as "From", "To", or "Member" item.


Created in NX7.5.4.

License requirements : None

NXString NXOpen::Routing::RunItem::ReferenceId ( )

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)

Sets the attributes on the Run Item.


Created in NX7.5.4.

License requirements : None

Parameters
attributesRun Item attributes
void NXOpen::Routing::RunItem::SetItemType ( NXOpen::Routing::RunItem::Type  itemType)

Sets the Run Item type such as "From", "To", or "Member" item.


Created in NX7.5.4.

License requirements : None

Parameters
itemTypeRun Item type
void NXOpen::Routing::RunItem::SetReferenceId ( const NXString referenceId)

Sets the unique reference identifier for this Run Item.


Created in NX7.5.4.

License requirements : None

Parameters
referenceIdUnique reference identifier of this Run Item
void NXOpen::Routing::RunItem::SetReferenceId ( const char *  referenceId)

Sets the unique reference identifier for this Run Item.


Created in NX7.5.4.

License requirements : None

Parameters
referenceIdUnique reference identifier of this Run Item

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