Class MicrophoneArray
Inheritance
System.Object
MicrophoneArray
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class MicrophoneArray : SpecialisedAssembly, IEquatable<APIBase>
Properties
ArrayDesign
Declaration
public MicrophoneArrayDesign ArrayDesign { get; }
Property Value
Type | Description |
---|---|
MicrophoneArrayDesign |
DrawingDiameter
Measurement: ShortLength
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>