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