Class IdxExportBuilder
Inheritance
System.Object
System.MarshalByRefObject
IdxExportBuilder
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 IdxExportBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
IdxExportBuilder()
Declaration
protected IdxExportBuilder()
Properties
BaselineFile
Declaration
public string BaselineFile { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
BaselineRevision
Declaration
public string BaselineRevision { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CloneAssembly
Declaration
public bool CloneAssembly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
---|---|
System.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 |
---|---|
System.Boolean |
TagModel
Declaration
public bool TagModel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UseCloneSelection
Declaration
public bool UseCloneSelection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UseCurrentWorkPart
Declaration
public bool UseCurrentWorkPart { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
RunPreExportBaselineHook()
Declaration
public void RunPreExportBaselineHook()
Implements
System.Runtime.Remoting.Messaging.IMessageSink