NXOpen .NET Reference  12.0.0
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:

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...
 

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 ( )
protected

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.

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.