Class SimSoundProcessingDataSourceOptions
Inheritance
System.Object
System.MarshalByRefObject
SimSoundProcessingDataSourceOptions
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.CAE
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
Type | Description |
---|---|
System.Boolean |
DatabaseOptions
Declaration
public DataReaderDatabaseOptions DatabaseOptions { get; }
Property Value
Type | Description |
---|---|
DataReaderDatabaseOptions |
DataSetName
Declaration
public string DataSetName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileName
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NodeLabel
Declaration
public int NodeLabel { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SubcaseName
Declaration
public string SubcaseName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Plot(Int32, Int32)
Declaration
public void Plot(int deviceIndex, int viewportIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | deviceIndex | |
System.Int32 | viewportIndex |
Implements
System.Runtime.Remoting.Messaging.IMessageSink