Class RoutingPreferences
Inheritance
System.Object
System.MarshalByRefObject
RoutingPreferences
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)
Assembly: NXOpen.dll
Syntax
public class RoutingPreferences : NXRemotableObject, IMessageSink
Constructors
RoutingPreferences(SessionPreferences)
Declaration
protected RoutingPreferences(SessionPreferences owner)
Parameters
Properties
CurrentDiscipline
Declaration
public string CurrentDiscipline { get; set; }
Property Value
Type |
Description |
System.String |
|
DisciplineIndex
Declaration
public int DisciplineIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DisplayConnectedPorts
Declaration
public bool DisplayConnectedPorts { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
InsulationTranslucency
Declaration
public int InsulationTranslucency { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OffsetExpressionString
Declaration
public string OffsetExpressionString { get; set; }
Property Value
Type |
Description |
System.String |
|
PortLength
Declaration
public double PortLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
SpaceReservationTranslucency
Declaration
public int SpaceReservationTranslucency { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StockComponentFolder
Declaration
public string StockComponentFolder { get; set; }
Property Value
Type |
Description |
System.String |
|
StockTranslucency
Declaration
public int StockTranslucency { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SubdivideSegmentForFixturePartPlacement
Declaration
public bool SubdivideSegmentForFixturePartPlacement { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Tag
Declaration
Property Value
UsePreferredPortPlacement
Declaration
public bool UsePreferredPortPlacement { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetAllAvailableDisciplines()
Declaration
public string[] GetAllAvailableDisciplines()
Returns
Type |
Description |
System.String[] |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink