Class MeasurementComponentSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MeasurementComponentSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MeasurementComponentSystemDeflection : VirtualComponentSystemDeflection, 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 |
PowerFlowResults
Declaration
public MeasurementComponentPowerFlow PowerFlowResults { get; }
Property Value
| Type | Description |
|---|---|
| MeasurementComponentPowerFlow |
Implements
System.IEquatable<T>