Class RootAssemblyStabilityAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RootAssemblyStabilityAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RootAssemblyStabilityAnalysis : AssemblyStabilityAnalysis, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public RootAssembly AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
RootAssembly |
StabilityAnalysisInputs
Declaration
public StabilityAnalysis StabilityAnalysisInputs { get; }
Property Value
Type | Description |
---|---|
StabilityAnalysis |
Implements
System.IEquatable<T>