Class VirtualComponentSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
VirtualComponentSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class VirtualComponentSystemDeflection : MountableComponentSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public VirtualComponent ComponentDesign { get; }
Property Value
Type | Description |
---|---|
VirtualComponent |
PowerFlowResults
Declaration
public VirtualComponentPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
VirtualComponentPowerFlow |
Implements
System.IEquatable<T>