Class SimSoundProcessingDataSourceOptions
  
  
  
    Inheritance
    
    
    
    
    
    SimSoundProcessingDataSourceOptions
   
  
  
  
  Assembly: NXOpen.dll
  Syntax
  
    public class SimSoundProcessingDataSourceOptions : NXObject, IMessageSink, INXObject
   
  Constructors
  
  SimSoundProcessingDataSourceOptions()
  
  
  Declaration
  
    protected SimSoundProcessingDataSourceOptions()
   
  Properties
  
  BinauralOnly
  
  
  Declaration
  
    public bool BinauralOnly { get; set; }
   
  Property Value
  
  
  DataSetName
  
  
  Declaration
  
    public string DataSetName { get; set; }
   
  Property Value
  
  
  DatabaseOptions
  
  
  Declaration
  
    public DataReaderDatabaseOptions DatabaseOptions { get; }
   
  Property Value
  
  
  ExcitationNodeLabel
  
  
  Declaration
  
    public int ExcitationNodeLabel { get; set; }
   
  Property Value
  
  
  FileName
  
  
  Declaration
  
    public string FileName { get; set; }
   
  Property Value
  
  
  NodeLabel
  
  
  Declaration
  
    [Obsolete("Deprecated in NX2306.0.0.  Use @link NXOpen.SimSoundProcessingDataSourceOptions.ResponseNodeLabel@endlink instead.")]
public int NodeLabel { get; set; }
   
  Property Value
  
  
  PhysicalType
  
  
  Declaration
  
    public SimSoundProcessingDataSource.PhysicalType PhysicalType { get; set; }
   
  Property Value
  
  
  ResponseNodeLabel
  
  
  Declaration
  
    public int ResponseNodeLabel { get; set; }
   
  Property Value
  
  
  SubcaseName
  
  
  Declaration
  
    public string SubcaseName { get; set; }
   
  Property Value
  
  Methods
  
  GetSelectedOrderCuts()
  
  
  Declaration
  
    public double[] GetSelectedOrderCuts()
   
  Returns
  
  
  Overlay(int, int)
  
  
  Declaration
  
    public void Overlay(int deviceIndex, int viewportIndex)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | int | 
        deviceIndex | 
         | 
      
      
        | int | 
        viewportIndex | 
         | 
      
    
  
  
  Plot(int, int)
  
  
  Declaration
  
    public void Plot(int deviceIndex, int viewportIndex)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | int | 
        deviceIndex | 
         | 
      
      
        | int | 
        viewportIndex | 
         | 
      
    
  
  
  SetSelectedOrderCuts(double[])
  
  
  Declaration
  
    public void SetSelectedOrderCuts(double[] selectedOrderCuts)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | double[] | 
        selectedOrderCuts | 
         | 
      
    
  
  Implements
  
      System.Runtime.Remoting.Messaging.IMessageSink