Class BoostPressureLoadCaseInputOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BoostPressureLoadCaseInputOptions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads.DutyCycleDefinition
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public 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>