Search Results for

    Show / Hide Table of Contents

    Class WiringPreferences

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    WiringPreferences
    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 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
    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
    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
    string

    DeleteStockOnRoute

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

    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
    bool

    WireStock

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

    Methods

    GetCompMatchMethodPriorityList()

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

    SetCompMatchMethodPriorityList(CompMatchMethod[])

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

    Implements

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