Class ConceptCouplingCompoundStabilityAnalysis
Inheritance
System.Object
ConceptCouplingCompoundStabilityAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses.Compound
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public 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>