Class PlanetaryConnectionCompoundAdvancedTimeSteppingAnalysisForModulation
Inheritance
System.Object
PlanetaryConnectionCompoundAdvancedTimeSteppingAnalysisForModulation
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedTimeSteppingAnalysesForModulation.Compound
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class PlanetaryConnectionCompoundAdvancedTimeSteppingAnalysisForModulation : ShaftToMountableComponentConnectionCompoundAdvancedTimeSteppingAnalysisForModulation, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
[Obsolete("Use ConnectionDesign")]
public PlanetaryConnection ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| PlanetaryConnection |
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<PlanetaryConnectionAdvancedTimeSteppingAnalysisForModulation> ConnectionAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<PlanetaryConnectionAdvancedTimeSteppingAnalysisForModulation> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<PlanetaryConnectionAdvancedTimeSteppingAnalysisForModulation> ConnectionAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<PlanetaryConnectionAdvancedTimeSteppingAnalysisForModulation> |
ConnectionDesign
Declaration
public PlanetaryConnection ConnectionDesign { get; }
Property Value
| Type | Description |
|---|---|
| PlanetaryConnection |
Implements
System.IEquatable<T>