Class CriticalSpeedAnalysisViewable
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CriticalSpeedAnalysisViewable
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.Drawing
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CriticalSpeedAnalysisViewable : RotorDynamicsViewable, IEquatable<APIBase>
Properties
Mode
Declaration
public ListWithSelectedItem<NamedTuple1<int>> Mode { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<NamedTuple1<System.Int32>> |
Stiffness
Declaration
public ListWithSelectedItem<NamedTuple1<int>> Stiffness { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<NamedTuple1<System.Int32>> |
Implements
System.IEquatable<T>