Class PartToPartShearCouplingConnectionCompoundHarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PartToPartShearCouplingConnectionCompoundHarmonicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PartToPartShearCouplingConnectionCompoundHarmonicAnalysis : CouplingConnectionCompoundHarmonicAnalysis, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<PartToPartShearCouplingConnectionHarmonicAnalysis> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PartToPartShearCouplingConnectionHarmonicAnalysis> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<PartToPartShearCouplingConnectionHarmonicAnalysis> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PartToPartShearCouplingConnectionHarmonicAnalysis> |
ConnectionDesign
Declaration
public PartToPartShearCouplingConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
PartToPartShearCouplingConnection |
Implements
System.IEquatable<T>