Class ConnectorCompoundSystemDeflection
Inheritance
System.Object
ConnectorCompoundSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class ConnectorCompoundSystemDeflection : MountableComponentCompoundSystemDeflection, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<ConnectorSystemDeflection> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConnectorSystemDeflection> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<ConnectorSystemDeflection> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConnectorSystemDeflection> |
Implements
System.IEquatable<T>