Class BoltSection
Inheritance
System.Object
BoltSection
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class BoltSection : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Diameter
Declaration
public double Diameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
InnerDiameter
Declaration
public double InnerDiameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Length
Declaration
public double Length { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods