Class ShaftCompoundHarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ShaftCompoundHarmonicAnalysis
Implements
System.IEquatable <APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ShaftCompoundHarmonicAnalysis : AbstractShaftCompoundHarmonicAnalysis, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<ShaftHarmonicAnalysis> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System. |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<ShaftHarmonicAnalysis> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System. |
ComponentDesign
Declaration
public Shaft ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Shaft |
Planetaries
Declaration
public ReadOnlyCollection<ShaftCompoundHarmonicAnalysis> Planetaries { get; }
Property Value
Type | Description |
---|---|
System. |
Implements
System.IEquatable<T>