Search Results for

    Show / Hide Table of Contents

    Class DataExportParameters

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    DataExportParameters
    DisplayDataExportParameters
    SourceDataExportParameters
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE.Xyplot
    Assembly: NXOpen.dll
    Syntax
    public class DataExportParameters : TransientObject, IMessageSink, IDisposable

    Constructors

    DataExportParameters(IntPtr)

    Declaration
    protected DataExportParameters(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    Plot

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

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetPlots(out Plot[])

    Declaration
    public void GetPlots(out Plot[] plots)
    Parameters
    Type Name Description
    Plot[] plots

    GetRecordIndices()

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

    SetPlots(Plot[])

    Declaration
    public void SetPlots(Plot[] plots)
    Parameters
    Type Name Description
    Plot[] plots

    SetRecordIndices(Int32[])

    Declaration
    public void SetRecordIndices(int[] plotDataIndices)
    Parameters
    Type Name Description
    System.Int32[] plotDataIndices

    Implements

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