Version: 13.0

    Show / Hide Table of Contents

    Enum RatingLife

    Namespace: SMT.MastaAPI.Bearings
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("5cf3cd21-129b-6770-c7ed-dbdd56538f55")]
    [ApiEnumFor("SMT.Bearings.RatingLife, SMT.Bearings")]
    public enum RatingLife : byte

    Fields

    Name Description
    _005

    0.05

    _006

    0.06

    _008

    0.08

    _01

    0.1

    _02

    0.2

    _04

    0.4

    _06

    0.6

    _08

    0.8

    _1

    1

    _10

    10

    _2

    2

    _3

    3

    _4

    4

    _5

    5

    Back to top