Search Results for

    Show / Hide Table of Contents

    Class PlotParameters

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    BasePlotParameters
    PlotParameters
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    BasePlotParameters.GetRecords()
    BasePlotParameters.SetRecords(BaseRecord[])
    BasePlotParameters.FreeResource()
    BasePlotParameters.DeviceIndex
    BasePlotParameters.ViewPortIndex
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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 PlotParameters : BasePlotParameters, IMessageSink, IDisposable

    Constructors

    PlotParameters(nint)

    Declaration
    protected PlotParameters(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    ComplexOption

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

    IsToCreateStandalonePlot

    Declaration
    public bool IsToCreateStandalonePlot { get; set; }
    Property Value
    Type Description
    bool

    PlotTemplate

    Declaration
    public PlotGraphTemplate PlotTemplate { get; }
    Property Value
    Type Description
    PlotGraphTemplate

    PlotType

    Declaration
    public PlotType PlotType { get; set; }
    Property Value
    Type Description
    PlotType

    Implements

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