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