Search Results for

    Show / Hide Table of Contents

    Class DataExporter

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

    Constructors

    DataExporter(XYPlotManager)

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

    Properties

    Tag

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

    Methods

    ExportToFiles(DataExportParameters, ExportFilesParameter)

    Declaration
    public void ExportToFiles(DataExportParameters exportDataParam, ExportFilesParameter exportFilesParam)
    Parameters
    Type Name Description
    DataExportParameters exportDataParam
    ExportFilesParameter exportFilesParam

    ExportToTableField(DataExportParameters, String[], out FieldTable[])

    Declaration
    public void ExportToTableField(DataExportParameters exportParam, string[] customFieldNames, out FieldTable[] tables)
    Parameters
    Type Name Description
    DataExportParameters exportParam
    System.String[] customFieldNames
    FieldTable[] tables

    NewDisplayDataExportParameters()

    Declaration
    public DisplayDataExportParameters NewDisplayDataExportParameters()
    Returns
    Type Description
    DisplayDataExportParameters

    NewExportFilesParameters()

    Declaration
    public ExportFilesParameter NewExportFilesParameters()
    Returns
    Type Description
    ExportFilesParameter

    NewSourceDataExportParameters()

    Declaration
    public SourceDataExportParameters NewSourceDataExportParameters()
    Returns
    Type Description
    SourceDataExportParameters

    Implements

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