Class GearSetOptimisationResult
Inheritance
System.Object
GearSetOptimisationResult
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class GearSetOptimisationResult : APIBase, IEquatable<APIBase>
Properties
GearSet
Declaration
public GearSetDesign GearSet { get; }
Property Value
IsOptimized
Declaration
public bool IsOptimized { get; }
Property Value
Type |
Description |
System.Boolean |
|
OptimisationHistory
Declaration
public OptimisationHistory OptimisationHistory { get; set; }
Property Value
Rating
Declaration
public AbstractGearSetRating Rating { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods