Class MicrophoneArray
Inheritance
System.Object
MicrophoneArray
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class MicrophoneArray : SpecialisedAssembly, IEquatable<APIBase>
Properties
ArrayDesign
Declaration
public MicrophoneArrayDesign ArrayDesign { get; }
Property Value
| Type | Description |
|---|---|
| MicrophoneArrayDesign |
DrawingDiameter
Declaration
public double? DrawingDiameter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
Microphones
Declaration
public ReadOnlyCollection<Microphone> Microphones { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<Microphone> |
Implements
System.IEquatable<T>