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