Class RoutingPart
Assembly: NXOpen.dll
Syntax
public class RoutingPart : NXRemotableObject, IMessageSink
Constructors
RoutingPart(RoutingApplicationView)
Declaration
protected RoutingPart(RoutingApplicationView owner)
Parameters
Properties
BomDetailLevelFlag
Declaration
public RoutingPart.DetailLevel BomDetailLevelFlag { get; set; }
Property Value
Declaration
public string BomFormatPart { get; set; }
Property Value
DefaultElbowNode
Declaration
public string DefaultElbowNode { get; set; }
Property Value
FabricationNumberingFlag
Declaration
public RoutingPart.FabricationNumbering FabricationNumberingFlag { get; set; }
Property Value
InvalidSequenceCharacters
Declaration
public string InvalidSequenceCharacters { get; set; }
Property Value
Layer
Declaration
public int Layer { get; set; }
Property Value
MaximumSolutions
Declaration
public int MaximumSolutions { get; set; }
Property Value
PartLibrary
Declaration
public RoutingPartLibrary PartLibrary { get; }
Property Value
PreferredPortMethodFlag
Declaration
public RoutingPart.PreferredPortMethod PreferredPortMethodFlag { get; }
Property Value
StockLengthDisplayFlag
Declaration
public RoutingPart.StockLengthDisplay StockLengthDisplayFlag { get; set; }
Property Value
Tag
Declaration
Property Value
UsePreferredPortFlag
Declaration
public RoutingPart.UsePreferredPort UsePreferredPortFlag { get; set; }
Property Value
Methods
GetPreferredPortAttribute(out string, out string)
Declaration
public void GetPreferredPortAttribute(out string attributeName, out string attributeValue)
Parameters
Type |
Name |
Description |
string |
attributeName |
|
string |
attributeValue |
|
GetPreferredPortName()
Declaration
public string GetPreferredPortName()
Returns
SetPreferredPortAttribute(string, string)
Declaration
public void SetPreferredPortAttribute(string attributeName, string attributeValue)
Parameters
Type |
Name |
Description |
string |
attributeName |
|
string |
attributeValue |
|
SetPreferredPortName(string)
Declaration
public void SetPreferredPortName(string desiredPort)
Parameters
Type |
Name |
Description |
string |
desiredPort |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink