Class RollingRingAssemblyCompoundPowerFlow
Inheritance
System.Object
RollingRingAssemblyCompoundPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows.Compound
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class RollingRingAssemblyCompoundPowerFlow : SpecialisedAssemblyCompoundPowerFlow, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<RollingRingAssemblyPowerFlow> AssemblyAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<RollingRingAssemblyPowerFlow> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<RollingRingAssemblyPowerFlow> AssemblyAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<RollingRingAssemblyPowerFlow> |
AssemblyDesign
Declaration
public RollingRingAssembly AssemblyDesign { get; }
Property Value
| Type | Description |
|---|---|
| RollingRingAssembly |
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public RollingRingAssembly ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| RollingRingAssembly |
Implements
System.IEquatable<T>