Class AcousticSurfaceWithSelection
Inheritance
System.Object
AcousticSurfaceWithSelection
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class AcousticSurfaceWithSelection : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
Selected
Declaration
public bool Selected { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
SoundIntensity()
Declaration
public void SoundIntensity()
SoundPressure()
Declaration
public void SoundPressure()
Implements
System.IEquatable<T>
Extension Methods