Class DatumCompoundDynamicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DatumCompoundDynamicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.DynamicAnalyses.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public 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>