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