Class CouplingHalfCompoundModalAnalysisAtASpeed
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CouplingHalfCompoundModalAnalysisAtASpeed
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalysesAtASpeed.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class CouplingHalfCompoundModalAnalysisAtASpeed : MountableComponentCompoundModalAnalysisAtASpeed, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<CouplingHalfModalAnalysisAtASpeed> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CouplingHalfModalAnalysisAtASpeed> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<CouplingHalfModalAnalysisAtASpeed> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CouplingHalfModalAnalysisAtASpeed> |
Implements
System.IEquatable<T>