Class UFRouteRun
Implements
System.Runtime.Remoting.Messaging.IMessageSink
  Inherited Members
      System.MarshalByRefObject.CreateObjRef(System.Type)
    
    
      System.MarshalByRefObject.GetLifetimeService()
    
    
      System.MarshalByRefObject.InitializeLifetimeService()
    
    
      System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ToString()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: NXOpen.UF
Assembly: NXOpen.UF.dll
Syntax
public class UFRouteRun : NXRemotableObject, IMessageSink
  Methods
AskFromItems(Tag, out Int32, out Tag[])
Declaration
public void AskFromItems(Tag run, out int n_from_items, out Tag[] from_items)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | run | |
| System.Int32 | n_from_items | |
| Tag[] | from_items | 
AskMemberItems(Tag, out Int32, out Tag[])
Declaration
public void AskMemberItems(Tag run, out int n_member_items, out Tag[] member_items)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | run | |
| System.Int32 | n_member_items | |
| Tag[] | member_items | 
AskRunIdAndType(Tag, out String, out String)
Declaration
public void AskRunIdAndType(Tag run, out string run_id, out string run_type)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | run | |
| System.String | run_id | |
| System.String | run_type | 
AskRunsInPart(Tag, out Int32, out Tag[])
Declaration
public void AskRunsInPart(Tag part, out int n_runs, out Tag[] runs)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | part | |
| System.Int32 | n_runs | |
| Tag[] | runs | 
AskToItems(Tag, out Int32, out Tag[])
Declaration
public void AskToItems(Tag run, out int n_to_items, out Tag[] to_items)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | run | |
| System.Int32 | n_to_items | |
| Tag[] | to_items | 
EditRun(Tag, String, String, Int32, Tag[], Int32, Tag[], Int32, Tag[])
Declaration
public void EditRun(Tag run, string run_id, string run_type, int n_from_items, Tag[] from_items, int n_to_items, Tag[] to_items, int n_member_items, Tag[] member_items)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | run | |
| System.String | run_id | |
| System.String | run_type | |
| System.Int32 | n_from_items | |
| Tag[] | from_items | |
| System.Int32 | n_to_items | |
| Tag[] | to_items | |
| System.Int32 | n_member_items | |
| Tag[] | member_items | 
SetRunId(Tag, String)
Declaration
public void SetRunId(Tag run, string run_id)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | run | |
| System.String | run_id | 
SetRunType(Tag, String)
Declaration
public void SetRunType(Tag run, string run_type)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tag | run | |
| System.String | run_type | 
Implements
      System.Runtime.Remoting.Messaging.IMessageSink