Class AcousticSurfaceWithSelection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AcousticAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class AcousticSurfaceWithSelection : APIBase, IEquatable<APIBase>
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()
SoundVelocity()
Declaration
public void SoundVelocity()
Implements
System.IEquatable<T>