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