Class HarmonicAnalysisResultsPropertyAccessor
Inheritance
System.Object
HarmonicAnalysisResultsPropertyAccessor
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses.ReportablePropertyResults
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class HarmonicAnalysisResultsPropertyAccessor : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| APIBase |
Properties
Excitations
Declaration
public ReadOnlyCollection<SingleWhineAnalysisResultsPropertyAccessor> Excitations { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<SingleWhineAnalysisResultsPropertyAccessor> |
OrdersForCombinedExcitations
Declaration
public ReadOnlyCollection<ResultsForOrderIncludingNodes> OrdersForCombinedExcitations { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<ResultsForOrderIncludingNodes> |
OrdersForCombinedExcitationsFromSameParts
Declaration
public ReadOnlyCollection<ResultsForOrderIncludingNodes> OrdersForCombinedExcitationsFromSameParts { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<ResultsForOrderIncludingNodes> |
Implements
System.IEquatable<T>