Class CouplingHalfCompoundHarmonicAnalysisOfSingleExcitation
Inheritance
System.Object
CouplingHalfCompoundHarmonicAnalysisOfSingleExcitation
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalysesSingleExcitation.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class CouplingHalfCompoundHarmonicAnalysisOfSingleExcitation : MountableComponentCompoundHarmonicAnalysisOfSingleExcitation, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<CouplingHalfHarmonicAnalysisOfSingleExcitation> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CouplingHalfHarmonicAnalysisOfSingleExcitation> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<CouplingHalfHarmonicAnalysisOfSingleExcitation> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CouplingHalfHarmonicAnalysisOfSingleExcitation> |
Implements
System.IEquatable<T>