Search Results for

    Show / Hide Table of Contents

    Class RoutingPreferences

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    RoutingPreferences
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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.Preferences
    Assembly: NXOpen.dll
    Syntax
    public class RoutingPreferences : NXRemotableObject, IMessageSink

    Constructors

    RoutingPreferences(SessionPreferences)

    Declaration
    protected RoutingPreferences(SessionPreferences owner)
    Parameters
    Type Name Description
    SessionPreferences owner

    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
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    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
    In This Article
    Back to top Generated by DocFX