Class RootAssemblyHarmonicAnalysisResultsPropertyAccessor
Inheritance
System.Object
RootAssemblyHarmonicAnalysisResultsPropertyAccessor
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class RootAssemblyHarmonicAnalysisResultsPropertyAccessor : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
CombinedOrders
Declaration
public ResultsForMultipleOrdersForGroups CombinedOrders { get; }
Property Value
Excitations
Declaration
public ReadOnlyCollection<RootAssemblySingleWhineAnalysisResultsPropertyAccessor> Excitations { get; }
Property Value
OrdersForCombinedExcitations
Declaration
public ReadOnlyCollection<ResultsForOrderIncludingGroups> OrdersForCombinedExcitations { get; }
Property Value
OrdersForCombinedExcitationsFromSameParts
Declaration
public ReadOnlyCollection<ResultsForOrderIncludingGroups> OrdersForCombinedExcitationsFromSameParts { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods