Class EcadImportBuilder
Inheritance
System.Object
System.MarshalByRefObject
EcadImportBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class EcadImportBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
EcadImportBuilder()
Declaration
protected EcadImportBuilder()
Properties
BoardFile
Declaration
public string BoardFile { get; set; }
Property Value
Type |
Description |
System.String |
|
BoardFolder
Declaration
public string BoardFolder { get; set; }
Property Value
Type |
Description |
System.String |
|
BoardThickness
Declaration
public Expression BoardThickness { get; }
Property Value
EcadLocation
Declaration
public EcadImportBuilder.EcadLocationEnum EcadLocation { get; set; }
Property Value
EcadNumber
Declaration
public string EcadNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
EcadRevision
Declaration
public string EcadRevision { get; set; }
Property Value
Type |
Description |
System.String |
|
ImportOption
Declaration
public EcadImportBuilder.ImportOptionEnum ImportOption { get; set; }
Property Value
IsOdbFolder
Declaration
public bool IsOdbFolder { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LibraryFile
Declaration
public string LibraryFile { get; set; }
Property Value
Type |
Description |
System.String |
|
OnlyUseExistingComponents
Declaration
public bool OnlyUseExistingComponents { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OutputPart
Declaration
public string OutputPart { get; set; }
Property Value
Type |
Description |
System.String |
|
OverrideBoardThickness
Declaration
public bool OverrideBoardThickness { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PartName
Declaration
public string PartName { get; set; }
Property Value
Type |
Description |
System.String |
|
PartNumber
Declaration
public string PartNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
PartRevision
Declaration
public string PartRevision { get; set; }
Property Value
Type |
Description |
System.String |
|
ShowLog
Declaration
public bool ShowLog { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseCurrentWorkPart
Declaration
public bool UseCurrentWorkPart { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseEntityFilter
Declaration
public bool UseEntityFilter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetEntityFilter()
Declaration
public EntityFilter GetEntityFilter()
Returns
SetEntityFilter(EntityFilter)
Declaration
public void SetEntityFilter(EntityFilter filter)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink