Class CylindricalGearTableWithMGCharts
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearTableWithMGCharts
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearTableWithMGCharts : CustomTable, IEquatable<APIBase>
Properties
ChartHeight
Declaration
public int ChartHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ChartWidth
Declaration
public int ChartWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ItemDetail
Declaration
public CylindricalGearTableMGItemDetail ItemDetail { get; set; }
Property Value
Type | Description |
---|---|
CylindricalGearTableMGItemDetail |
Implements
System.IEquatable<T>