Class BoltCompoundHarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BoltCompoundHarmonicAnalysis
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 BoltCompoundHarmonicAnalysis : ComponentCompoundHarmonicAnalysis, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<BoltHarmonicAnalysis> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BoltHarmonicAnalysis> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<BoltHarmonicAnalysis> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BoltHarmonicAnalysis> |
ComponentDesign
Declaration
public Bolt ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Bolt |
Implements
System.IEquatable<T>