Search Results for

    Show / Hide Table of Contents

    Class IncrementalExportBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    IncrementalExportBuilder
    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.PcbExchange
    Assembly: NXOpen.dll
    Syntax
    public class IncrementalExportBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    IncrementalExportBuilder()

    Declaration
    protected IncrementalExportBuilder()

    Properties

    CloneAssembly

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

    FileFormat

    Declaration
    public IncrementalExportBuilder.FormatEnum FileFormat { get; set; }
    Property Value
    Type Description
    IncrementalExportBuilder.FormatEnum

    FileNote

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

    Output

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

    SelectedObjects

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

    TargetLocation

    Declaration
    public IncrementalExportBuilder.TargetLocationEnum TargetLocation { get; set; }
    Property Value
    Type Description
    IncrementalExportBuilder.TargetLocationEnum

    UseCloneSelection

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

    Methods

    GetIncrementalChanges()

    Declaration
    public IncrementalChange[] GetIncrementalChanges()
    Returns
    Type Description
    IncrementalChange[]

    RunPreExportIncrementalHook()

    Declaration
    public void RunPreExportIncrementalHook()

    SetIncrementalChanges(IncrementalChange[])

    Declaration
    public void SetIncrementalChanges(IncrementalChange[] changes)
    Parameters
    Type Name Description
    IncrementalChange[] changes

    Implements

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