Class CVTCompoundHarmonicAnalysisOfSingleExcitation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CVTCompoundHarmonicAnalysisOfSingleExcitation
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 CVTCompoundHarmonicAnalysisOfSingleExcitation : BeltDriveCompoundHarmonicAnalysisOfSingleExcitation, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<CVTHarmonicAnalysisOfSingleExcitation> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CVTHarmonicAnalysisOfSingleExcitation> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<CVTHarmonicAnalysisOfSingleExcitation> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CVTHarmonicAnalysisOfSingleExcitation> |
Implements
System.IEquatable<T>