Search Results for

    Show / Hide Table of Contents

    Class IdxExportBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    IdxExportBuilder
    Implements
    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, int)
    TaggedObject.Tag
    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.PcbExchange
    Assembly: NXOpen.dll
    Syntax
    public class IdxExportBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    IdxExportBuilder()

    Declaration
    protected IdxExportBuilder()

    Properties

    BaselineFile

    Declaration
    public string BaselineFile { get; set; }
    Property Value
    Type Description
    string

    BaselineLocation

    Declaration
    public IdxExportBuilder.IdxLocationEnum BaselineLocation { get; set; }
    Property Value
    Type Description
    IdxExportBuilder.IdxLocationEnum

    BaselineNumber

    Declaration
    public string BaselineNumber { get; set; }
    Property Value
    Type Description
    string

    BaselineRevision

    Declaration
    public string BaselineRevision { get; set; }
    Property Value
    Type Description
    string

    CloneAssembly

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

    FileFormat

    Declaration
    public IdxExportBuilder.FileFormatEnum FileFormat { get; set; }
    Property Value
    Type Description
    IdxExportBuilder.FileFormatEnum

    FileNote

    Declaration
    public string FileNote { get; set; }
    Property Value
    Type Description
    string

    FileUnits

    Declaration
    public IdxExportBuilder.ExportUnitsEnum FileUnits { get; set; }
    Property Value
    Type Description
    IdxExportBuilder.ExportUnitsEnum

    SelectedObjects

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

    ShowLog

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

    TagModel

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

    UseCloneSelection

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

    UseCurrentWorkPart

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

    Methods

    RunPreExportBaselineHook()

    Declaration
    public void RunPreExportBaselineHook()

    Implements

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