Class GearSetOptimisationResult
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearSetOptimisationResult
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class GearSetOptimisationResult : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
GearSet
Declaration
public GearSetDesign GearSet { get; }
Property Value
Type | Description |
---|---|
GearSetDesign |
IsOptimized
Declaration
public bool IsOptimized { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
OptimisationHistory
Declaration
public OptimisationHistory OptimisationHistory { get; set; }
Property Value
Type | Description |
---|---|
OptimisationHistory |
Rating
Declaration
public AbstractGearSetRating Rating { get; }
Property Value
Type | Description |
---|---|
AbstractGearSetRating |
Implements
System.IEquatable<T>