Class BoltSection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bolts
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class BoltSection : APIBase, IEquatable<APIBase>
Properties
Diameter
Measurement: ShortLength
Declaration
public double Diameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
InnerDiameter
Measurement: ShortLength
Declaration
public double InnerDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Length
Measurement: ShortLength
Declaration
public double Length { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>