Class AbstractAssemblyCompoundPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AbstractAssemblyCompoundPowerFlow
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 abstract class AbstractAssemblyCompoundPowerFlow : PartCompoundPowerFlow, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<AbstractAssemblyPowerFlow> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<AbstractAssemblyPowerFlow> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<AbstractAssemblyPowerFlow> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<AbstractAssemblyPowerFlow> |
Implements
System.IEquatable<T>