Class ConceptCouplingCompoundStabilityAnalysis
Inheritance
System.Object
ConceptCouplingCompoundStabilityAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ConceptCouplingCompoundStabilityAnalysis : CouplingCompoundStabilityAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<ConceptCouplingStabilityAnalysis> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptCouplingStabilityAnalysis> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<ConceptCouplingStabilityAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptCouplingStabilityAnalysis> |
AssemblyDesign
Declaration
public ConceptCoupling AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
ConceptCoupling |
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public ConceptCoupling ComponentDesign { get; }
Property Value
Type | Description |
---|---|
ConceptCoupling |
Implements
System.IEquatable<T>