Class BoostPressureLoadCaseInputOptions
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads.DutyCycleDefinition
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class BoostPressureLoadCaseInputOptions : ColumnInputOptions, IEquatable<APIBase>
Properties
RotorSet
Rotor Set that the values refer to
Declaration
public ListWithSelectedItem<CylindricalGearSet> RotorSet { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<CylindricalGearSet> |
Implements
System.IEquatable<T>