Search Results for

    Show / Hide Table of Contents

    Class RoutingElectrical

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    RoutingElectrical
    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 RoutingElectrical : NXRemotableObject, IMessageSink

    Constructors

    RoutingElectrical(RoutingApplicationView)

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

    Properties

    AutomaticRouteLevel

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

    AutoRouteStockStyle

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

    BundleColor

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

    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
    System.String

    ExportFormatInLegacyFile

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

    FormboardSynchronizationLengthTolerance

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

    HighlightWire

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

    RecordNetlistHistory

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

    ReportRouteErrors

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

    StandaloneFilterFormatFile

    Declaration
    public bool StandaloneFilterFormatFile { get; set; }
    Property Value
    Type Description
    System.Boolean

    Tag

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

    TerminalSegmentSolidDisplay

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

    Methods

    GetComponentMatchColumnHeading()

    Declaration
    public string GetComponentMatchColumnHeading()
    Returns
    Type Description
    System.String

    GetComponentMatchComponentAttributeTitle()

    Declaration
    public string GetComponentMatchComponentAttributeTitle()
    Returns
    Type Description
    System.String

    GetDefaultHarnessName()

    Declaration
    public string GetDefaultHarnessName()
    Returns
    Type Description
    System.String

    GetFilterBlankingAttribute()

    Declaration
    public string GetFilterBlankingAttribute()
    Returns
    Type Description
    System.String

    GetFilterFormatFileName()

    Declaration
    public string GetFilterFormatFileName()
    Returns
    Type Description
    System.String

    GetFormboardFrameSizes()

    Declaration
    public string[] GetFormboardFrameSizes()
    Returns
    Type Description
    System.String[]

    SetComponentMatchColumnHeading(String)

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

    SetComponentMatchComponentAttributeTitle(String)

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

    SetDefaultHarnessName(String)

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

    SetFilterBlankingAttribute(String)

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

    SetFilterFormatFileName(String)

    Declaration
    public void SetFilterFormatFileName(string filterFormatFileName)
    Parameters
    Type Name Description
    System.String filterFormatFileName

    SetFormboardFrameSizes(String[])

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX