Class ExternalCADModelCompoundPowerFlow
Inheritance
System.Object
ExternalCADModelCompoundPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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>