Class MeasurementComponentHarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MeasurementComponentHarmonicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MeasurementComponentHarmonicAnalysis : VirtualComponentHarmonicAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public MeasurementComponent ComponentDesign { get; }
Property Value
Type | Description |
---|---|
MeasurementComponent |
ComponentLoadCase
Declaration
public MeasurementComponentLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
MeasurementComponentLoadCase |
SystemDeflectionResults
Declaration
public MeasurementComponentSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
MeasurementComponentSystemDeflection |
Implements
System.IEquatable<T>