Class AdvancedSystemDeflectionOptions
Inheritance
System.Object
AdvancedSystemDeflectionOptions
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class AdvancedSystemDeflectionOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
IncludePitchError
Declaration
public bool IncludePitchError { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
OnlyCheckFirstTimeStepInStatus
Declaration
public bool OnlyCheckFirstTimeStepInStatus { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
RunForSingleGearSet
Declaration
public bool RunForSingleGearSet { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SeedAnalysis
Declaration
public bool SeedAnalysis { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SpecifiedGearSet
Declaration
public ListWithSelectedItem<GearSet> SpecifiedGearSet { get; set; }
Property Value
TimeOptions
Declaration
public TimeOptions TimeOptions { get; }
Property Value
TotalNumberOfTimeSteps
Declaration
public int TotalNumberOfTimeSteps { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
UseAdvancedLTCA
Declaration
public UseAdvancedLTCAOptions UseAdvancedLTCA { get; set; }
Property Value
UseDataLogger
Declaration
public bool UseDataLogger { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods