Class ShaftHubConnectionCompoundDynamicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ShaftHubConnectionCompoundDynamicAnalysis
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 ShaftHubConnectionCompoundDynamicAnalysis : ConnectorCompoundDynamicAnalysis, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<ShaftHubConnectionDynamicAnalysis> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ShaftHubConnectionDynamicAnalysis> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<ShaftHubConnectionDynamicAnalysis> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ShaftHubConnectionDynamicAnalysis> |
ComponentDesign
Declaration
public ShaftHubConnection ComponentDesign { get; }
Property Value
Type | Description |
---|---|
ShaftHubConnection |
Planetaries
Declaration
public ReadOnlyCollection<ShaftHubConnectionCompoundDynamicAnalysis> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ShaftHubConnectionCompoundDynamicAnalysis> |
Implements
System.IEquatable<T>