Class ConceptGearCompoundSteadyStateSynchronousResponse
Inheritance
System.Object
ConceptGearCompoundSteadyStateSynchronousResponse
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponses.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ConceptGearCompoundSteadyStateSynchronousResponse : GearCompoundSteadyStateSynchronousResponse, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<ConceptGearSteadyStateSynchronousResponse> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearSteadyStateSynchronousResponse> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<ConceptGearSteadyStateSynchronousResponse> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearSteadyStateSynchronousResponse> |
ComponentDesign
Declaration
public ConceptGear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
ConceptGear |
Implements
System.IEquatable<T>