Class CoaxialConnectionCompoundHarmonicAnalysisOfSingleExcitation
Inheritance
System.Object
CoaxialConnectionCompoundHarmonicAnalysisOfSingleExcitation
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalysesSingleExcitation.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class CoaxialConnectionCompoundHarmonicAnalysisOfSingleExcitation : ShaftToMountableComponentConnectionCompoundHarmonicAnalysisOfSingleExcitation, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
[Obsolete("Use ConnectionDesign")]
public CoaxialConnection ComponentDesign { get; }
Property Value
Type | Description |
---|---|
CoaxialConnection |
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<CoaxialConnectionHarmonicAnalysisOfSingleExcitation> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CoaxialConnectionHarmonicAnalysisOfSingleExcitation> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<CoaxialConnectionHarmonicAnalysisOfSingleExcitation> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CoaxialConnectionHarmonicAnalysisOfSingleExcitation> |
ConnectionDesign
Declaration
public CoaxialConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
CoaxialConnection |
Implements
System.IEquatable<T>