Class CVTCompoundPowerFlow
Inheritance
System.Object
CVTCompoundPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CVTCompoundPowerFlow : BeltDriveCompoundPowerFlow, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<CVTPowerFlow> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CVTPowerFlow> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<CVTPowerFlow> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CVTPowerFlow> |
Implements
System.IEquatable<T>