Class IncrementalExportBuilder
Inheritance
System.Object
System.MarshalByRefObject
IncrementalExportBuilder
Inherited Members
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