Class PerModeResultsReport
Inheritance
System.Object
PerModeResultsReport
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class PerModeResultsReport : CustomReportChart, IEquatable<APIBase>
Properties
DisplayOption
Declaration
public TableAndChartOptions DisplayOption { get; set; }
Property Value
IncludeConnectedPartsForConnections
Declaration
public bool IncludeConnectedPartsForConnections { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaximumNumberOfModesToShowOnASingleTableOrChart
Declaration
public int MaximumNumberOfModesToShowOnASingleTableOrChart { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ShowAllModes
If this option is not selected, only the modes that have crossings with the specified number of harmonics for the component within the specified speed range are shown.
Declaration
public bool ShowAllModes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TransposeChart
Declaration
public bool TransposeChart { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TransposeTable
Declaration
public bool TransposeTable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods