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