Class RollingRingAssemblyCompoundPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RollingRingAssemblyCompoundPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows.Compound
Assembly: SMT.MastaAPI.13.0.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 |
Implements
System.IEquatable<T>