Class EcadPanelImportBuilder
  
  
  
  
    Inheritance
    System.Object
    System.MarshalByRefObject
    
    
    
    EcadPanelImportBuilder
   
  
    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 EcadPanelImportBuilder : Builder, IMessageSink, IComponentBuilder
   
  Constructors
  
  
  
  
  EcadPanelImportBuilder()
  
  
  Declaration
  
    protected EcadPanelImportBuilder()
   
  Properties
  
  
  
  
  Breakaway
  
  
  Declaration
  
    public bool Breakaway { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  IsPanelFolder
  
  
  Declaration
  
    public bool IsPanelFolder { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  OptimizationMethod
  
  
  Declaration
  
    public EcadPanelImportBuilder.OptimizationMethodOptions OptimizationMethod { get; set; }
   
  Property Value
  
  
  
  
  PanelFile
  
  
  Declaration
  
    public string PanelFile { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  PanelFolder
  
  
  Declaration
  
    public string PanelFolder { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  PanelLocation
  
  
  Declaration
  
    public EcadPanelImportBuilder.PanelLocationEnum PanelLocation { get; set; }
   
  Property Value
  
  
  
  
  ShowLog
  
  
  Declaration
  
    public bool ShowLog { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  SolderMasks
  
  
  Declaration
  
    public bool SolderMasks { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  TcItemNumber
  
  
  Declaration
  
    public string TcItemNumber { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  TcItemRevision
  
  
  Declaration
  
    public string TcItemRevision { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  Thieving
  
  
  Declaration
  
    public EcadPanelImportBuilder.ThievingOptions Thieving { get; set; }
   
  Property Value
  
  
  
  
  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
  
  
  
  
  GetOutputNames()
  
  
  Declaration
  
    public string[] GetOutputNames()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String[] |  | 
    
  
  
  
  
  GetOutputParts()
  
  
  Declaration
  
    public string[] GetOutputParts()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String[] |  | 
    
  
  
  
  
  PrepareOdbFolder()
  
  
  Declaration
  
    public string PrepareOdbFolder()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  SetEntityFilter(EntityFilter)
  
  
  Declaration
  
    public void SetEntityFilter(EntityFilter filter)
   
  Parameters
  
  
  
  
  SetOutputNames(String[])
  
  
  Declaration
  
    public void SetOutputNames(string[] outputsNames)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String[] | outputsNames |  | 
    
  
  
  
  
  SetOutputParts(String[])
  
  
  Declaration
  
    public void SetOutputParts(string[] outputsParts)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String[] | outputsParts |  | 
    
  
  Implements
  
      System.Runtime.Remoting.Messaging.IMessageSink