Search Results for

    Show / Hide Table of Contents

    Class CableSettingsBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CableSettingsBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CableRouter
    Assembly: NXOpen.dll
    Syntax
    public class CableSettingsBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    CableSettingsBuilder()

    Declaration
    protected CableSettingsBuilder()

    Properties

    AvailableColor

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

    BasicDisplayProperties

    Declaration
    public LineColorFontWidthBuilder BasicDisplayProperties { get; }
    Property Value
    Type Description
    LineColorFontWidthBuilder

    CableSelectionColor

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

    EndDeviceColor

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

    FitOnSelection

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

    LabelFontSize

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

    LabelTextProperties

    Declaration
    public TextColorFontWidthBuilder LabelTextProperties { get; }
    Property Value
    Type Description
    TextColorFontWidthBuilder

    LayerNumber

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

    ShowDeviceLabels

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

    ShowDevices

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

    ShowNodeLabels

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

    ShowNodes

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

    ShowSegmentLabels

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

    ShowSegments

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

    StartDeviceColor

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

    VirtualDisplayProperties

    Declaration
    public LineColorFontWidthBuilder VirtualDisplayProperties { get; }
    Property Value
    Type Description
    LineColorFontWidthBuilder

    Implements

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