Search Results for

    Show / Hide Table of Contents

    Class WiringPreferences

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

    Constructors

    WiringPreferences(SessionPreferences)

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

    Properties

    BundleColor

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

    CompAttributeTitle

    Declaration
    public string CompAttributeTitle { get; set; }
    Property Value
    Type Description
    System.String

    CompListColHeading

    Declaration
    public WiringPreferences.CompListColumnHeading CompListColHeading { get; set; }
    Property Value
    Type Description
    WiringPreferences.CompListColumnHeading

    ComponentListColumnTitle

    Declaration
    public string ComponentListColumnTitle { get; set; }
    Property Value
    Type Description
    System.String

    ComponentMatchMethod

    Declaration
    public WiringPreferences.CompMatchMethod ComponentMatchMethod { get; set; }
    Property Value
    Type Description
    WiringPreferences.CompMatchMethod

    DefaultHarnessName

    Declaration
    public string DefaultHarnessName { get; set; }
    Property Value
    Type Description
    System.String

    DeleteStockOnRoute

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

    RouteLevelEnum

    Declaration
    public WiringPreferences.RouteLevelGroupEnumOptions RouteLevelEnum { get; set; }
    Property Value
    Type Description
    WiringPreferences.RouteLevelGroupEnumOptions

    StockStyleEnum

    Declaration
    public WiringPreferences.StockStyleGroupEnumOptions StockStyleEnum { get; set; }
    Property Value
    Type Description
    WiringPreferences.StockStyleGroupEnumOptions

    Tag

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

    WirePath

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

    WireStock

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

    Methods

    GetCompMatchMethodPriorityList()

    Declaration
    public WiringPreferences.CompMatchMethod[] GetCompMatchMethodPriorityList()
    Returns
    Type Description
    WiringPreferences.CompMatchMethod[]

    SetCompMatchMethodPriorityList(WiringPreferences.CompMatchMethod[])

    Declaration
    public void SetCompMatchMethodPriorityList(WiringPreferences.CompMatchMethod[] priorityList)
    Parameters
    Type Name Description
    WiringPreferences.CompMatchMethod[] priorityList

    Implements

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