Search Results for

    Show / Hide Table of Contents

    Class MassExportBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MassExportBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.Gateway
    Assembly: NXOpen.dll
    Syntax
    public class MassExportBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    MassExportBuilder()

    Declaration
    protected MassExportBuilder()

    Properties

    DataMode

    Declaration
    public MassExportBuilder.DataModes DataMode { get; set; }
    Property Value
    Type Description
    MassExportBuilder.DataModes

    FileName

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    System.String

    Objects

    Declaration
    public SelectNXObjectList Objects { get; }
    Property Value
    Type Description
    SelectNXObjectList

    Output

    Declaration
    public MassExportBuilder.OutputTypes Output { get; set; }
    Property Value
    Type Description
    MassExportBuilder.OutputTypes

    TemplateFileName

    Declaration
    public string TemplateFileName { get; set; }
    Property Value
    Type Description
    System.String

    UseLegacyLayoutForXLSX

    Declaration
    public bool UseLegacyLayoutForXLSX { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    LoadSystemDefault()

    Declaration
    public void LoadSystemDefault()

    MoveDown(MassExportBuilder.NodeType, Int32)

    Declaration
    public void MoveDown(MassExportBuilder.NodeType nodeType, int nodeId)
    Parameters
    Type Name Description
    MassExportBuilder.NodeType nodeType
    System.Int32 nodeId

    MoveUp(MassExportBuilder.NodeType, Int32)

    Declaration
    public void MoveUp(MassExportBuilder.NodeType nodeType, int nodeId)
    Parameters
    Type Name Description
    MassExportBuilder.NodeType nodeType
    System.Int32 nodeId

    OpenFromFile(String)

    Declaration
    public void OpenFromFile(string fileName)
    Parameters
    Type Name Description
    System.String fileName

    RestoreDefault()

    Declaration
    public void RestoreDefault()

    SaveAsDefault()

    Declaration
    public void SaveAsDefault()

    SaveToFile(String)

    Declaration
    public void SaveToFile(string fileName)
    Parameters
    Type Name Description
    System.String fileName

    SetToggleState(MassExportBuilder.NodeType, Int32, Boolean)

    Declaration
    public void SetToggleState(MassExportBuilder.NodeType nodeType, int nodeId, bool state)
    Parameters
    Type Name Description
    MassExportBuilder.NodeType nodeType
    System.Int32 nodeId
    System.Boolean state

    Implements

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