Class PointLoadCompoundStabilityAnalysis
Inheritance
System.Object
PointLoadCompoundStabilityAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class PointLoadCompoundStabilityAnalysis : VirtualComponentCompoundStabilityAnalysis, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<PointLoadStabilityAnalysis> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PointLoadStabilityAnalysis> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<PointLoadStabilityAnalysis> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PointLoadStabilityAnalysis> |
ComponentDesign
Declaration
public PointLoad ComponentDesign { get; }
Property Value
Type | Description |
---|---|
PointLoad |
Implements
System.IEquatable<T>