Class ConceptCouplingConnectionParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptCouplingConnectionParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConceptCouplingConnectionParametricStudyTool : CouplingConnectionParametricStudyTool, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public ConceptCouplingConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
ConceptCouplingConnection |
ConnectionLoadCase
Declaration
public ConceptCouplingConnectionLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
ConceptCouplingConnectionLoadCase |
ConnectionSystemDeflectionResults
Declaration
public ReadOnlyCollection<ConceptCouplingConnectionSystemDeflection> ConnectionSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptCouplingConnectionSystemDeflection> |
Implements
System.IEquatable<T>