Search Results for

    Show / Hide Table of Contents

    Class RoutingUserPreferences

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

    Constructors

    RoutingUserPreferences(RoutingApplicationView)

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

    Properties

    Tag

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

    Methods

    GetDoubleArrayPreference(String, out Double[])

    Declaration
    public bool GetDoubleArrayPreference(string name, out double[] values)
    Parameters
    Type Name Description
    System.String name
    System.Double[] values
    Returns
    Type Description
    System.Boolean

    GetDoublePreference(String, out Double)

    Declaration
    public bool GetDoublePreference(string name, out double value)
    Parameters
    Type Name Description
    System.String name
    System.Double value
    Returns
    Type Description
    System.Boolean

    GetIntegerArrayPreference(String, out Int32[])

    Declaration
    public bool GetIntegerArrayPreference(string name, out int[] values)
    Parameters
    Type Name Description
    System.String name
    System.Int32[] values
    Returns
    Type Description
    System.Boolean

    GetIntegerPreference(String, out Int32)

    Declaration
    public bool GetIntegerPreference(string name, out int value)
    Parameters
    Type Name Description
    System.String name
    System.Int32 value
    Returns
    Type Description
    System.Boolean

    GetStringArrayPreference(String, out String[])

    Declaration
    public bool GetStringArrayPreference(string name, out string[] values)
    Parameters
    Type Name Description
    System.String name
    System.String[] values
    Returns
    Type Description
    System.Boolean

    GetStringPreference(String, out String)

    Declaration
    public bool GetStringPreference(string name, out string value)
    Parameters
    Type Name Description
    System.String name
    System.String value
    Returns
    Type Description
    System.Boolean

    SetDoubleArrayPreference(String, Double[])

    Declaration
    public void SetDoubleArrayPreference(string name, double[] values)
    Parameters
    Type Name Description
    System.String name
    System.Double[] values

    SetDoublePreference(String, Double)

    Declaration
    public void SetDoublePreference(string name, double value)
    Parameters
    Type Name Description
    System.String name
    System.Double value

    SetIntegerArrayPreference(String, Int32[])

    Declaration
    public void SetIntegerArrayPreference(string name, int[] values)
    Parameters
    Type Name Description
    System.String name
    System.Int32[] values

    SetIntegerPreference(String, Int32)

    Declaration
    public void SetIntegerPreference(string name, int value)
    Parameters
    Type Name Description
    System.String name
    System.Int32 value

    SetStringArrayPreference(String, String[])

    Declaration
    public void SetStringArrayPreference(string name, string[] values)
    Parameters
    Type Name Description
    System.String name
    System.String[] values

    SetStringPreference(String, String)

    Declaration
    public void SetStringPreference(string name, string value)
    Parameters
    Type Name Description
    System.String name
    System.String value

    Implements

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