NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Protected Member Functions | Properties | 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 NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Types

enum  Type { From, To, Member }
 Represents the type of Run Item More...
 

Protected Member Functions

override void FreeResource ()
 Free resources associated with this instance of Run Item class. More...
 

Properties

unsafe
NXOpen.Routing.CharacteristicList 
Attributes [get, set]
 Returns or sets the attributes on the Run Item. More...
 
unsafe NXOpen.Routing.RunItem.Type ItemType [get, set]
 Returns or sets the Run Item type such as "From", "To", or "Member" item. More...
 
unsafe string ReferenceId [get, set]
 Returns or sets the unique reference identifier for this Run Item. More...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current 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
From 

A "From" item type.

To 

A "To" item type

Member 

A "Member" item type

Member Function Documentation

override void NXOpen.Routing.RunItem.FreeResource ( )
inlineprotectedvirtual

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.

Implements NXOpen.TransientObject.

Property Documentation

unsafe NXOpen.Routing.CharacteristicList NXOpen.Routing.RunItem.Attributes
getset

Returns or sets the attributes on the Run Item.

Created in NX7.5.4

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Routing.RunItem.Type NXOpen.Routing.RunItem.ItemType
getset

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

Created in NX7.5.4

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Routing.RunItem.ReferenceId
getset

Returns or sets the unique reference identifier for this Run Item.

Created in NX7.5.4

License requirements to get this property: None.

License requirements to set this property: None.


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