Search Results for

    Show / Hide Table of Contents

    Class RoutingElectrical

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    RoutingElectrical
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Preferences
    Assembly: NXOpen.dll
    Syntax
    public class RoutingElectrical : NXRemotableObject, IMessageSink

    Constructors

    RoutingElectrical(RoutingApplicationView)

    Declaration
    protected RoutingElectrical(RoutingApplicationView owner)
    Parameters
    Type Name Description
    RoutingApplicationView owner

    Properties

    AutoRouteStockStyle

    Declaration
    public StockStyle AutoRouteStockStyle { get; set; }
    Property Value
    Type Description
    StockStyle

    AutomaticRouteLevel

    Declaration
    public bool AutomaticRouteLevel { get; set; }
    Property Value
    Type Description
    bool

    BundleColor

    Declaration
    public int BundleColor { get; set; }
    Property Value
    Type Description
    int

    ComponentMatchMethod

    Declaration
    public RoutingElectrical.ComponentMatchType ComponentMatchMethod { get; set; }
    Property Value
    Type Description
    RoutingElectrical.ComponentMatchType

    CreateTerminalsOption

    Declaration
    public RoutingElectrical.CreateTerminalsType CreateTerminalsOption { get; set; }
    Property Value
    Type Description
    RoutingElectrical.CreateTerminalsType

    DefaultJumperLength

    Declaration
    public string DefaultJumperLength { get; set; }
    Property Value
    Type Description
    string

    ExportFormatInLegacyFile

    Declaration
    public bool ExportFormatInLegacyFile { get; set; }
    Property Value
    Type Description
    bool

    FormboardSynchronizationLengthTolerance

    Declaration
    public double FormboardSynchronizationLengthTolerance { get; set; }
    Property Value
    Type Description
    double

    HighlightWire

    Declaration
    public bool HighlightWire { get; set; }
    Property Value
    Type Description
    bool

    RecordNetlistHistory

    Declaration
    public bool RecordNetlistHistory { get; set; }
    Property Value
    Type Description
    bool

    ReportRouteErrors

    Declaration
    public bool ReportRouteErrors { get; set; }
    Property Value
    Type Description
    bool

    StandaloneFilterFormatFile

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use NXOpen.Routing.RouteManager.ExportPlmxml instead.")]
    public bool StandaloneFilterFormatFile { get; set; }
    Property Value
    Type Description
    bool

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    TerminalSegmentSolidDisplay

    Declaration
    public bool TerminalSegmentSolidDisplay { get; set; }
    Property Value
    Type Description
    bool

    Methods

    GetComponentMatchColumnHeading()

    Declaration
    public string GetComponentMatchColumnHeading()
    Returns
    Type Description
    string

    GetComponentMatchComponentAttributeTitle()

    Declaration
    public string GetComponentMatchComponentAttributeTitle()
    Returns
    Type Description
    string

    GetDefaultHarnessName()

    Declaration
    public string GetDefaultHarnessName()
    Returns
    Type Description
    string

    GetFilterBlankingAttribute()

    Declaration
    public string GetFilterBlankingAttribute()
    Returns
    Type Description
    string

    GetFilterFormatFileName()

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use NXOpen.Routing.RouteManager.ExportPlmxml instead.")]
    public string GetFilterFormatFileName()
    Returns
    Type Description
    string

    GetFormboardFrameSizes()

    Declaration
    public string[] GetFormboardFrameSizes()
    Returns
    Type Description
    string[]

    SetComponentMatchColumnHeading(string)

    Declaration
    public void SetComponentMatchColumnHeading(string columnHeading)
    Parameters
    Type Name Description
    string columnHeading

    SetComponentMatchComponentAttributeTitle(string)

    Declaration
    public void SetComponentMatchComponentAttributeTitle(string componentAttributeTitle)
    Parameters
    Type Name Description
    string componentAttributeTitle

    SetDefaultHarnessName(string)

    Declaration
    public void SetDefaultHarnessName(string defaultHarnessName)
    Parameters
    Type Name Description
    string defaultHarnessName

    SetFilterBlankingAttribute(string)

    Declaration
    public void SetFilterBlankingAttribute(string attributeName)
    Parameters
    Type Name Description
    string attributeName

    SetFilterFormatFileName(string)

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use NXOpen.Routing.RouteManager.ExportPlmxml instead.")]
    public void SetFilterFormatFileName(string filterFormatFileName)
    Parameters
    Type Name Description
    string filterFormatFileName

    SetFormboardFrameSizes(string[])

    Declaration
    public void SetFormboardFrameSizes(string[] frameSizes)
    Parameters
    Type Name Description
    string[] frameSizes

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX