Class PerModeResultsReport
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PerModeResultsReport
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses.Reporting
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PerModeResultsReport : CustomReportChart, IEquatable<APIBase>
Properties
DisplayOption
Declaration
public TableAndChartOptions DisplayOption { get; set; }
Property Value
| Type | Description |
|---|---|
| TableAndChartOptions |
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>