Class RootAssemblyParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RootAssemblyParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RootAssemblyParametricStudyTool : AssemblyParametricStudyTool, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public RootAssembly AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
RootAssembly |
ParametricStudyToolInputs
Declaration
public ParametricStudyTool ParametricStudyToolInputs { get; }
Property Value
Type | Description |
---|---|
ParametricStudyTool |
ResultsForReporting
Declaration
public ParametricStudyToolResultsForReporting ResultsForReporting { get; }
Property Value
Type | Description |
---|---|
ParametricStudyToolResultsForReporting |
RootAssemblyDutyCycleResults
Declaration
public ReadOnlyCollection<DutyCycleEfficiencyResults> RootAssemblyDutyCycleResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<DutyCycleEfficiencyResults> |
Implements
System.IEquatable<T>