Search Results for

    Show / Hide Table of Contents

    Class Preference

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Preference
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE.Xyplot
    Assembly: NXOpen.dll
    Syntax
    public class Preference : TaggedObject, IMessageSink

    Constructors

    Preference()

    Declaration
    protected Preference()

    Properties

    AfuRecordZValue

    Declaration
    public DataManager.AfuRecordZValue AfuRecordZValue { get; set; }
    Property Value
    Type Description
    DataManager.AfuRecordZValue

    DropOnPlotViewAction

    Declaration
    public Preference.DropActionOption DropOnPlotViewAction { get; set; }
    Property Value
    Type Description
    Preference.DropActionOption

    MaximumDisplayableColumnsInMatrix

    Declaration
    public int MaximumDisplayableColumnsInMatrix { get; set; }
    Property Value
    Type Description
    int

    MaximumDisplayableRowsInMatrix

    Declaration
    public int MaximumDisplayableRowsInMatrix { get; set; }
    Property Value
    Type Description
    int

    MaximumSubGraphsInStack

    Declaration
    public int MaximumSubGraphsInStack { get; set; }
    Property Value
    Type Description
    int

    NewWindowSetting

    Declaration
    public Preference.NewWindowChoice NewWindowSetting { get; set; }
    Property Value
    Type Description
    Preference.NewWindowChoice

    TargetWindowSetting

    Declaration
    public Preference.TargetGraphicWindowOption TargetWindowSetting { get; set; }
    Property Value
    Type Description
    Preference.TargetGraphicWindowOption

    Methods

    Save()

    Declaration
    public void Save()

    Implements

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