Class IncrementalExportBuilder
Inheritance
IncrementalExportBuilder
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
Declaration
public IncrementalExportBuilder.FormatEnum FileFormat { get; set; }
Property Value
FileNote
Declaration
public string FileNote { get; set; }
Property Value
FileUnits
Declaration
public IncrementalExportBuilder.ExportUnitsEnum FileUnits { get; set; }
Property Value
Output
Declaration
public string Output { get; set; }
Property Value
SelectedObjects
Declaration
public SelectNXObjectList SelectedObjects { get; }
Property Value
TargetLocation
Declaration
public IncrementalExportBuilder.TargetLocationEnum TargetLocation { get; set; }
Property Value
UseCloneSelection
Declaration
public bool UseCloneSelection { get; set; }
Property Value
Methods
CompareAssembly()
Declaration
public bool CompareAssembly()
Returns
GetIncrementalChanges()
Declaration
public IncrementalChange[] GetIncrementalChanges()
Returns
RunPreExportIncrementalHook()
Declaration
public void RunPreExportIncrementalHook()
SetIncrementalChanges(IncrementalChange[])
Declaration
public void SetIncrementalChanges(IncrementalChange[] changes)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink