Class BeltConnectionCompoundDynamicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BeltConnectionCompoundDynamicAnalysis
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 BeltConnectionCompoundDynamicAnalysis : InterMountableComponentConnectionCompoundDynamicAnalysis, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<BeltConnectionDynamicAnalysis> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BeltConnectionDynamicAnalysis> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<BeltConnectionDynamicAnalysis> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BeltConnectionDynamicAnalysis> |
ConnectionDesign
Declaration
public BeltConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
BeltConnection |
Implements
System.IEquatable<T>