Class PartToPartShearCouplingConnectionCompoundSteadyStateSynchronousResponse
Inheritance
System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    
    
    
    
    
    
    
    PartToPartShearCouplingConnectionCompoundSteadyStateSynchronousResponse
  Implements
System.IEquatable<APIBase>
  Inherited Members
      SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
    
  Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponses.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PartToPartShearCouplingConnectionCompoundSteadyStateSynchronousResponse : CouplingConnectionCompoundSteadyStateSynchronousResponse, IEquatable<APIBase>Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<PartToPartShearCouplingConnectionSteadyStateSynchronousResponse> ConnectionAnalysisCases { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<PartToPartShearCouplingConnectionSteadyStateSynchronousResponse> | 
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<PartToPartShearCouplingConnectionSteadyStateSynchronousResponse> ConnectionAnalysisCasesReady { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<PartToPartShearCouplingConnectionSteadyStateSynchronousResponse> | 
ConnectionDesign
Declaration
public PartToPartShearCouplingConnection ConnectionDesign { get; }Property Value
| Type | Description | 
|---|---|
| PartToPartShearCouplingConnection | 
Implements
      System.IEquatable<T>