Class ClutchConnectionCompoundHarmonicAnalysisOfSingleExcitation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ClutchConnectionCompoundHarmonicAnalysisOfSingleExcitation
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalysesSingleExcitation.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ClutchConnectionCompoundHarmonicAnalysisOfSingleExcitation : CouplingConnectionCompoundHarmonicAnalysisOfSingleExcitation, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<ClutchConnectionHarmonicAnalysisOfSingleExcitation> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ClutchConnectionHarmonicAnalysisOfSingleExcitation> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<ClutchConnectionHarmonicAnalysisOfSingleExcitation> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ClutchConnectionHarmonicAnalysisOfSingleExcitation> |
ConnectionDesign
Declaration
public ClutchConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
ClutchConnection |
Implements
System.IEquatable<T>