Class ConnectionCompoundSystemDeflection
Inheritance
System.Object
ConnectionCompoundSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class ConnectionCompoundSystemDeflection : ConnectionCompoundAnalysis, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<ConnectionSystemDeflection> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConnectionSystemDeflection> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<ConnectionSystemDeflection> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConnectionSystemDeflection> |
EnergyLost
Measurement: Energy
Declaration
public double EnergyLost { get; }
Property Value
Type | Description |
---|---|
System.Double |
EnergyLostContribution
Measurement: Percentage
Declaration
public double EnergyLostContribution { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>