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