Search Results for

    Show / Hide Table of Contents

    Class RoutingMechanical

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    RoutingMechanical
    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 RoutingMechanical : NXRemotableObject, IMessageSink

    Constructors

    RoutingMechanical(RoutingApplicationView)

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

    Properties

    Tag

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

    Methods

    GetIsInitialized()

    Declaration
    public bool GetIsInitialized()
    Returns
    Type Description
    bool

    GetLineColorTypes()

    Declaration
    public RoutingMechanical.LineColorType[] GetLineColorTypes()
    Returns
    Type Description
    LineColorType[]

    GetLineColors()

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

    GetLineFontIndices()

    Declaration
    public int[] GetLineFontIndices()
    Returns
    Type Description
    int[]

    GetLineFonts()

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

    GetLineWidths()

    Declaration
    public int[] GetLineWidths()
    Returns
    Type Description
    int[]

    GetRunTypeNames()

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

    Implements

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