Search Results for

    Show / Hide Table of Contents

    Class XYPlotManager

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    XYPlotManager
    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.CAE.Xyplot
    Assembly: NXOpen.dll
    Syntax
    public class XYPlotManager : NXRemotableObject, IMessageSink

    Constructors

    XYPlotManager(Session)

    Declaration
    protected XYPlotManager(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    AutotestUtils

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

    DataExporter

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

    Preference

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

    Tag

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

    TemplateManager

    Declaration
    public BaseTemplateManager TemplateManager { get; }
    Property Value
    Type Description
    BaseTemplateManager

    WindowManager

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

    Methods

    AlignAxesOfPlots(BasePart)

    Declaration
    public void AlignAxesOfPlots(BasePart part)
    Parameters
    Type Name Description
    BasePart part

    CreateResultAccessor(Plot)

    Declaration
    public ResultAccessor CreateResultAccessor(Plot plot)
    Parameters
    Type Name Description
    Plot plot
    Returns
    Type Description
    ResultAccessor

    CreateResultAccessorOnCanvas(Plot, Int32)

    Declaration
    public ResultAccessor CreateResultAccessorOnCanvas(Plot plot, int canvasIndex)
    Parameters
    Type Name Description
    Plot plot
    System.Int32 canvasIndex
    Returns
    Type Description
    ResultAccessor

    FindObject(String)

    Declaration
    public Plot FindObject(string journalIdentifier)
    Parameters
    Type Name Description
    System.String journalIdentifier
    Returns
    Type Description
    Plot

    GetAvailableWindowDevices()

    Declaration
    public int[] GetAvailableWindowDevices()
    Returns
    Type Description
    System.Int32[]

    GetCurrentPlot(Int32, Int32)

    Declaration
    public Plot GetCurrentPlot(int deviceIndex, int viewIndex)
    Parameters
    Type Name Description
    System.Int32 deviceIndex
    System.Int32 viewIndex
    Returns
    Type Description
    Plot

    GetPlots(Int32, Int32)

    Declaration
    public Plot[] GetPlots(int windowDevice, int view)
    Parameters
    Type Name Description
    System.Int32 windowDevice
    System.Int32 view
    Returns
    Type Description
    Plot[]

    GetWindowDevicesViews(Int32)

    Declaration
    public int[] GetWindowDevicesViews(int windowDevice)
    Parameters
    Type Name Description
    System.Int32 windowDevice
    Returns
    Type Description
    System.Int32[]

    MakeCurrentPlot(Plot)

    Declaration
    public void MakeCurrentPlot(Plot plot)
    Parameters
    Type Name Description
    Plot plot

    NewOverlayParameters()

    Declaration
    public OverlayParameters NewOverlayParameters()
    Returns
    Type Description
    OverlayParameters

    NewPlotParameters()

    Declaration
    public PlotParameters NewPlotParameters()
    Returns
    Type Description
    PlotParameters

    OverlayRecords(OverlayParameters)

    Declaration
    public Plot OverlayRecords(OverlayParameters overlayParameters)
    Parameters
    Type Name Description
    OverlayParameters overlayParameters
    Returns
    Type Description
    Plot

    PlotRecords(PlotParameters)

    Declaration
    public Plot PlotRecords(PlotParameters plotParameters)
    Parameters
    Type Name Description
    PlotParameters plotParameters
    Returns
    Type Description
    Plot

    ReturnToModelView(Int32)

    Declaration
    public void ReturnToModelView(int view)
    Parameters
    Type Name Description
    System.Int32 view

    ShowNextPlot(Int32, Int32)

    Declaration
    public void ShowNextPlot(int deviceIndex, int viewIndex)
    Parameters
    Type Name Description
    System.Int32 deviceIndex
    System.Int32 viewIndex

    ShowPreviousPlot(Int32, Int32)

    Declaration
    public void ShowPreviousPlot(int deviceIndex, int viewIndex)
    Parameters
    Type Name Description
    System.Int32 deviceIndex
    System.Int32 viewIndex

    WriteImageToClipBoard(Int32, Int32, Boolean)

    Declaration
    public void WriteImageToClipBoard(int deviceIndex, int viewIndex, bool isUseWhiteBackGround)
    Parameters
    Type Name Description
    System.Int32 deviceIndex
    System.Int32 viewIndex
    System.Boolean isUseWhiteBackGround

    Implements

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