Class GearSetLoadCaseBase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearSetLoadCaseBase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.LoadCase
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearSetLoadCaseBase : GearSetDesignAnalysis, IEquatable<APIBase>
Properties
Name
Declaration
public override string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
UnitDuration
Measurement: Time
Declaration
public double UnitDuration { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>